COLOR #DDAB4B

HEX: #DDAB4B RGB: (221,171,75)

Color info

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

RGB color model

#DDAB4B color RGB value is (221,171,75).

RGB: (221,171,75) (87%, 67%, 29%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 75 of 255 = 29%

221
171
75

R + G + B ~ 61%. #DDAB4B is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 75 = 467 (100%)
R 221 of 467 ~ 47.32%
G 171 of 467 ~ 36.62%
B 75 of 467 ~ 16.06'%

%47.32
%36.62
%16.06

CMYK color model

#DDAB4B color CMYK value is (0,23,66,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 66.06%
  • key color value is 13.33%

CMYK: (0,23,66,13)
C0M23Y66K13 (0%, 23%, 66%, 13%)
(0.00 / 0.23 / 0.66 / 0.13)

CMYK percentages

%0
%22.62
%66.06
%13.33

Codes

Color #DDAB4B in popluar color models

DD AB 4B
RGB 221 171 75
HSL 39° 68.22% 58.04%
HSB/HSV 39° 66.06% 86.67%
CMYK 0.00% 22.62% 66.06%
13.33%

Color #DDAB4B in popluar number systems.

HEX DD AB 4B
Decimal 221 171 75
Binary 11011101 10101011 1001011
Octal 335 253 113

Shades and tints

Shades of #DDAB4B

#DDAB4B
(221,171,75)
#C99C45
(201,156,69)
#B58D3F
(181,141,63)
#A17E39
(161,126,57)
#8D6F33
(141,111,51)
#79602D
(121,96,45)
#655127
(101,81,39)
#514221
(81,66,33)
#3D331B
(61,51,27)
#292415
(41,36,21)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #DDAB4B

#DDAB4B
(221,171,75)
#E0B25B
(224,178,91)
#E3B96B
(227,185,107)
#E6C07B
(230,192,123)
#E9C78B
(233,199,139)
#ECCE9B
(236,206,155)
#EFD5AB
(239,213,171)
#F2DCBB
(242,220,187)
#F5E3CB
(245,227,203)
#F8EADB
(248,234,219)
#FBF1EB
(251,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAB4B color. Also use rgb(221,171,75) instead hex code.

Text Font Color

.myTextColor { color: #DDAB4B; }

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

This text font color is #DDAB4B.

Background Color

.myBgColor { background-color: #DDAB4B; }

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

This div background color is #DDAB4B.

Border color

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

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

This div border color is #DDAB4B.

Opacity

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

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

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

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

This text has shadow with #DDAB4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAB4B.

Preview

Color preview on black background

This text has color #DDAB4B on black background.


Color preview on white background

This text has color #DDAB4B on white background.


Black color preview on #DDAB4B background

This text has black color on #DDAB4B background.


White color preview on #DDAB4B background

This text has white color on #DDAB4B background.


Related colors

Complementary color

Complementary color for #hex is #2254B4.


I love getcolorcode.com

Triadic colors

1 #4BDDAB and #AB4BDD with #DDAB4B are triadic colors.

2 #4BABDD and #ABDD4B with #DDAB4B are triadic colors.