COLOR #DABE56

HEX: #DABE56 RGB: (218,190,86)

Color info

#DABE56 contains mainly red and green colors. Web safe color of #DABE56 is #CCCC66 (or #CC6).

RGB color model

#DABE56 color RGB value is (218,190,86).

RGB: (218,190,86) (85%, 75%, 34%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 86 of 255 = 34%

218
190
86

R + G + B ~ 65%. #DABE56 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 86 = 494 (100%)
R 218 of 494 ~ 44.13%
G 190 of 494 ~ 38.46%
B 86 of 494 ~ 17.41'%

%44.13
%38.46
%17.41

CMYK color model

#DABE56 color CMYK value is (0,13,61,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 60.55%
  • key color value is 14.51%

CMYK: (0,13,61,15)
C0M13Y61K15 (0%, 13%, 61%, 15%)
(0.00 / 0.13 / 0.61 / 0.15)

CMYK percentages

%0
%12.84
%60.55
%14.51

Codes

Color #DABE56 in popluar color models

DA BE 56
RGB 218 190 86
HSL 47° 64.08% 59.61%
HSB/HSV 47° 60.55% 85.49%
CMYK 0.00% 12.84% 60.55%
14.51%

Color #DABE56 in popluar number systems.

HEX DA BE 56
Decimal 218 190 86
Binary 11011010 10111110 1010110
Octal 332 276 126

Shades and tints

Shades of #DABE56

#DABE56
(218,190,86)
#C7AD4F
(199,173,79)
#B49C48
(180,156,72)
#A18B41
(161,139,65)
#8E7A3A
(142,122,58)
#7B6933
(123,105,51)
#68582C
(104,88,44)
#554725
(85,71,37)
#42361E
(66,54,30)
#2F2517
(47,37,23)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #DABE56

#DABE56
(218,190,86)
#DDC365
(221,195,101)
#E0C874
(224,200,116)
#E3CD83
(227,205,131)
#E6D292
(230,210,146)
#E9D7A1
(233,215,161)
#ECDCB0
(236,220,176)
#EFE1BF
(239,225,191)
#F2E6CE
(242,230,206)
#F5EBDD
(245,235,221)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABE56 color. Also use rgb(218,190,86) instead hex code.

Text Font Color

.myTextColor { color: #DABE56; }

<p style="color:#DABE56">This sample text font color is #DABE56.</p>

This text font color is #DABE56.

Background Color

.myBgColor { background-color: #DABE56; }

<div style="background-color:#DABE56">Inner text</div>

This div background color is #DABE56.

Border color

.myBorderColor { border: 1px solid #DABE56; }

<div style="border:3px solid #DABE56">Div</div>

This div border color is #DABE56.

Opacity

.myOpacity80 { color: #DABE56; opacity: 0.8; }

<p style="color:#DABE56;opacity:0.8;">80%</p>

Text with #DABE56 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DABE56;}

<p style="text-shadow: 3px 3px 1px #DABE56">Text here.</p>

This text has shadow with #DABE56 color.


.textShadow {text-shadow: 3px 3px 1px #DABE56', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DABE56, 5px 5px 20px red">Text here.</p>

This text has shadow with #DABE56 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DABE56, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DABE56, Direction=45, Strength=4)">Text</p>

This text has shadow with #DABE56 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DABE56;
-webkit-box-shadow: 1px 1px 3px 2px #DABE56;
box-shadow: 1px 1px 3px 2px #DABE56;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DABE56; -webkit-box-shadow: 1px 1px 3px 2px #DABE56; box-shadow:1px 1px 3px 2px #DABE56;">
Div content here
</div>

This div box has shadow with color #DABE56.

Preview

Color preview on black background

This text has color #DABE56 on black background.


Color preview on white background

This text has color #DABE56 on white background.


Black color preview on #DABE56 background

This text has black color on #DABE56 background.


White color preview on #DABE56 background

This text has white color on #DABE56 background.


Related colors

Complementary color

Complementary color for #hex is #2541A9.


I love getcolorcode.com

Triadic colors

1 #56DABE and #BE56DA with #DABE56 are triadic colors.

2 #56BEDA and #BEDA56 with #DABE56 are triadic colors.