COLOR #DFBB29

HEX: #DFBB29 RGB: (223,187,41)

Color info

#DFBB29 contains mainly red and green colors. Web safe color of #DFBB29 is #CCCC33 (or #CC3).

RGB color model

#DFBB29 color RGB value is (223,187,41).

RGB: (223,187,41) (87%, 73%, 16%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 41 of 255 = 16%

223
187
41

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

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 41 = 451 (100%)
R 223 of 451 ~ 49.45%
G 187 of 451 ~ 41.46%
B 41 of 451 ~ 9.09'%

%49.45
%41.46

CMYK color model

#DFBB29 color CMYK value is (0,16,82,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 81.61%
  • key color value is 12.55%

CMYK: (0,16,82,13)
C0M16Y82K13 (0%, 16%, 82%, 13%)
(0.00 / 0.16 / 0.82 / 0.13)

CMYK percentages

%0
%16.14
%81.61
%12.55

Codes

Color #DFBB29 in popluar color models

DF BB 29
RGB 223 187 41
HSL 48° 73.98% 51.76%
HSB/HSV 48° 81.61% 87.45%
CMYK 0.00% 16.14% 81.61%
12.55%

Color #DFBB29 in popluar number systems.

HEX DF BB 29
Decimal 223 187 41
Binary 11011111 10111011 101001
Octal 337 273 51

Shades and tints

Shades of #DFBB29

#DFBB29
(223,187,41)
#CBAA26
(203,170,38)
#B79923
(183,153,35)
#A38820
(163,136,32)
#8F771D
(143,119,29)
#7B661A
(123,102,26)
#675517
(103,85,23)
#534414
(83,68,20)
#3F3311
(63,51,17)
#2B220E
(43,34,14)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #DFBB29

#DFBB29
(223,187,41)
#E1C13C
(225,193,60)
#E3C74F
(227,199,79)
#E5CD62
(229,205,98)
#E7D375
(231,211,117)
#E9D988
(233,217,136)
#EBDF9B
(235,223,155)
#EDE5AE
(237,229,174)
#EFEBC1
(239,235,193)
#F1F1D4
(241,241,212)
#F3F7E7
(243,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBB29 color. Also use rgb(223,187,41) instead hex code.

Text Font Color

.myTextColor { color: #DFBB29; }

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

This text font color is #DFBB29.

Background Color

.myBgColor { background-color: #DFBB29; }

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

This div background color is #DFBB29.

Border color

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

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

This div border color is #DFBB29.

Opacity

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

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

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

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

This text has shadow with #DFBB29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBB29.

Preview

Color preview on black background

This text has color #DFBB29 on black background.


Color preview on white background

This text has color #DFBB29 on white background.


Black color preview on #DFBB29 background

This text has black color on #DFBB29 background.


White color preview on #DFBB29 background

This text has white color on #DFBB29 background.


Related colors

Complementary color

Complementary color for #hex is #2044D6.


I love getcolorcode.com

Triadic colors

1 #29DFBB and #BB29DF with #DFBB29 are triadic colors.

2 #29BBDF and #BBDF29 with #DFBB29 are triadic colors.