Color Hex Logo

#deb679 Color Hex

#DEB679
(222,182,121)
0 Favorites   0 Comments

Color spaces of #deb679

RGB 222182121
HSL0.100.600.67
HSV36°45°87°
CMYK 0.000.180.45   0.13
XYZ50.303350.366025.1595
Yxy50.36600.39980.4003
Hunter Lab70.96902.326228.6592
CIE-Lab76.29346.625636.3984

#deb679 color RGB value is (222,182,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01111001
Octal 336 266 171
Decimal 222 182 121
Hex DE B6 79

RGB Percentages of Color #deb679

%42.29
%34.67
%23.05

CMYK Percentages of Color #deb679

%0
%18
%45
%13

Triadic Colors of #deb679

#deb679 #79deb6 #b679de

Analogous Colors of #deb679

#deb679 #d4de79 #de8479

Monochromatic Colors of #deb679

#deb679

Complementary Color

#deb679 #79a1de

#deb679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb679 Color CSS Codes

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

#deb679 Text Font Color

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

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


#deb679 Background Color

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

This div background color is #deb679


#deb679 Border Color

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

This div border color is #deb679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb679


Comments

No comments written yet.

Please login to write comment.