Color Hex Logo

#ddb479 Color Hex

#DDB479
(221,180,121)
0 Favorites   0 Comments

Color spaces of #ddb479

RGB 221180121
HSL0.100.600.67
HSV35°45°87°
CMYK 0.000.190.45   0.13
XYZ49.591249.395125.0096
Yxy49.39510.39990.3984
Hunter Lab70.28162.957928.0989
CIE-Lab75.69657.280935.6135

#ddb479 color RGB value is (221,180,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01111001
Octal 335 264 171
Decimal 221 180 121
Hex DD B4 79

RGB Percentages of Color #ddb479

%42.34
%34.48
%23.18

CMYK Percentages of Color #ddb479

%0
%19
%45
%13

Triadic Colors of #ddb479

#ddb479 #79ddb4 #b479dd

Analogous Colors of #ddb479

#ddb479 #d4dd79 #dd8279

Monochromatic Colors of #ddb479

#ddb479

Complementary Color

#ddb479 #79a2dd

#ddb479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb479 Color CSS Codes

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

#ddb479 Text Font Color

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

This sample text font color is #ddb479
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.


#ddb479 Background Color

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

This div background color is #ddb479


#ddb479 Border Color

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

This div border color is #ddb479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb479


Comments

No comments written yet.

Please login to write comment.