COLOR #DBAE26

HEX: #DBAE26 RGB: (219,174,38)

Color info

#DBAE26 contains mainly red and green colors. Web safe color of #DBAE26 is #CC9933 (or #C93).

RGB color model

#DBAE26 color RGB value is (219,174,38).

RGB: (219,174,38) (86%, 68%, 15%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 38 of 255 = 15%

219
174
38

R + G + B ~ 56%. #DBAE26 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 38 = 431 (100%)
R 219 of 431 ~ 50.81%
G 174 of 431 ~ 40.37%
B 38 of 431 ~ 8.82'%

%50.81
%40.37

CMYK color model

#DBAE26 color CMYK value is (0,21,83,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 82.65%
  • key color value is 14.12%

CMYK: (0,21,83,14)
C0M21Y83K14 (0%, 21%, 83%, 14%)
(0.00 / 0.21 / 0.83 / 0.14)

CMYK percentages

%0
%20.55
%82.65
%14.12

Codes

Color #DBAE26 in popluar color models

DB AE 26
RGB 219 174 38
HSL 45° 71.54% 50.39%
HSB/HSV 45° 82.65% 85.88%
CMYK 0.00% 20.55% 82.65%
14.12%

Color #DBAE26 in popluar number systems.

HEX DB AE 26
Decimal 219 174 38
Binary 11011011 10101110 100110
Octal 333 256 46

Shades and tints

Shades of #DBAE26

#DBAE26
(219,174,38)
#C89F23
(200,159,35)
#B59020
(181,144,32)
#A2811D
(162,129,29)
#8F721A
(143,114,26)
#7C6317
(124,99,23)
#695414
(105,84,20)
#564511
(86,69,17)
#43360E
(67,54,14)
#30270B
(48,39,11)
#1D1808
(29,24,8)
#000000
(0,0,0)

Tints of #DBAE26

#DBAE26
(219,174,38)
#DEB539
(222,181,57)
#E1BC4C
(225,188,76)
#E4C35F
(228,195,95)
#E7CA72
(231,202,114)
#EAD185
(234,209,133)
#EDD898
(237,216,152)
#F0DFAB
(240,223,171)
#F3E6BE
(243,230,190)
#F6EDD1
(246,237,209)
#F9F4E4
(249,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAE26 color. Also use rgb(219,174,38) instead hex code.

Text Font Color

.myTextColor { color: #DBAE26; }

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

This text font color is #DBAE26.

Background Color

.myBgColor { background-color: #DBAE26; }

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

This div background color is #DBAE26.

Border color

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

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

This div border color is #DBAE26.

Opacity

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

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

Text with #DBAE26 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 #DBAE26;}

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

This text has shadow with #DBAE26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAE26.

Preview

Color preview on black background

This text has color #DBAE26 on black background.


Color preview on white background

This text has color #DBAE26 on white background.


Black color preview on #DBAE26 background

This text has black color on #DBAE26 background.


White color preview on #DBAE26 background

This text has white color on #DBAE26 background.


Related colors

Complementary color

Complementary color for #hex is #2451D9.


I love getcolorcode.com

Triadic colors

1 #26DBAE and #AE26DB with #DBAE26 are triadic colors.

2 #26AEDB and #AEDB26 with #DBAE26 are triadic colors.