Color Hex Logo

#dcb07e Color Hex

#DCB07E
(220,176,126)
0 Favorites   0 Comments

Color spaces of #dcb07e

RGB 220176126
HSL0.090.570.68
HSV32°43°86°
CMYK 0.000.200.43   0.14
XYZ48.806447.772726.3873
Yxy47.77270.39690.3885
Hunter Lab69.11785.088725.7471
CIE-Lab74.68139.521831.6543

#dcb07e color RGB value is (220,176,126).

#dcb07e hex color red value is 220, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcb07e hue: 0.09 , saturation: 0.57 and the lightness value of dcb07e is 0.68.

The process color (four color CMYK) of #dcb07e color hex is 0.00, 0.20, 0.43, 0.14. Web safe color of #dcb07e is #cc9966. Color #dcb07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01111110
Octal 334 260 176
Decimal 220 176 126
Hex DC B0 7E

RGB Percentages of Color #dcb07e

%42.15
%33.72
%24.14

CMYK Percentages of Color #dcb07e

%0
%20
%43
%14

Triadic Colors of #dcb07e

#dcb07e #7edcb0 #b07edc

Analogous Colors of #dcb07e

#dcb07e #d9dc7e #dc817e

Monochromatic Colors of #dcb07e

#dcb07e

Complementary Color

#dcb07e #7eaadc

#dcb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb07e Color CSS Codes

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

#dcb07e Text Font Color

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

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


#dcb07e Background Color

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

This div background color is #dcb07e


#dcb07e Border Color

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

This div border color is #dcb07e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,176,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb07e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb07e;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb07e;
  box-shadow:         1px 1px 3px 2px #dcb07e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,176,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb07e


Comments

No comments written yet.

Please login to write comment.