Color Hex Logo

#ddb477 Color Hex

#DDB477
(221,180,119)
0 Favorites   0 Comments

Color spaces of #ddb477

RGB 221180119
HSL0.100.600.67
HSV36°46°87°
CMYK 0.000.190.46   0.13
XYZ49.469849.346624.3703
Yxy49.34660.40160.4006
Hunter Lab70.24712.771728.6040
CIE-Lab75.66647.081536.6144

#ddb477 color RGB value is (221,180,119).

#ddb477 hex color red value is 221, green value is 180 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ddb477 hue: 0.10 , saturation: 0.60 and the lightness value of ddb477 is 0.67.

The process color (four color CMYK) of #ddb477 color hex is 0.00, 0.19, 0.46, 0.13. Web safe color of #ddb477 is #cccc66. Color #ddb477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01110111
Octal 335 264 167
Decimal 221 180 119
Hex DD B4 77

RGB Percentages of Color #ddb477

%42.50
%34.62
%22.88

CMYK Percentages of Color #ddb477

%0
%19
%46
%13

Triadic Colors of #ddb477

#ddb477 #77ddb4 #b477dd

Analogous Colors of #ddb477

#ddb477 #d3dd77 #dd8177

Monochromatic Colors of #ddb477

#ddb477

Complementary Color

#ddb477 #77a0dd

#ddb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb477 Color CSS Codes

.mybgcolor {background-color:#ddb477; } 
.myforecolor {color:#ddb477; }
.mybordercolor {border:3px solid #ddb477; }

#ddb477 Text Font Color

<p style="color:#ddb477">Text here</p>

This sample text font color is #ddb477
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb477 Background Color

<div style="background-color:#ddb477">
Div content here</div>

This div background color is #ddb477


#ddb477 Border Color

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

This div border color is #ddb477


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,180,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb477; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb477;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb477;
  box-shadow:         1px 1px 3px 2px #ddb477; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,180,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb477;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb477;
  box-shadow:         1px 1px 3px 2px #ddb477;">
Div content here</div>

This div box has shadow with color #ddb477


Comments

No comments written yet.

Please login to write comment.