Color Hex Logo

#deb479 Color Hex

#DEB479
(222,180,121)
0 Favorites   0 Comments

Color spaces of #deb479

RGB 222180121
HSL0.100.600.67
HSV35°45°87°
CMYK 0.000.190.45   0.13
XYZ49.896649.552625.0239
Yxy49.55260.40090.3981
Hunter Lab70.39363.336128.1988
CIE-Lab75.79387.685835.7580

#deb479 color RGB value is (222,180,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01111001
Octal 336 264 171
Decimal 222 180 121
Hex DE B4 79

RGB Percentages of Color #deb479

%42.45
%34.42
%23.14

CMYK Percentages of Color #deb479

%0
%19
%45
%13

Triadic Colors of #deb479

#deb479 #79deb4 #b479de

Analogous Colors of #deb479

#deb479 #d6de79 #de8279

Monochromatic Colors of #deb479

#deb479

Complementary Color

#deb479 #79a3de

#deb479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb479 Color CSS Codes

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

#deb479 Text Font Color

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

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


#deb479 Background Color

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

This div background color is #deb479


#deb479 Border Color

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

This div border color is #deb479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,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 #deb479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb479


Comments

No comments written yet.

Please login to write comment.