Color Hex Logo

#d0c6af Color Hex

#D0C6AF
(208,198,175)
0 Favorites   0 Comments

Color spaces of #d0c6af

RGB 208198175
HSL0.120.260.75
HSV42°16°82°
CMYK 0.000.050.16   0.18
XYZ53.944456.893248.6958
Yxy56.89320.33810.3566
Hunter Lab75.4276-4.338414.5219
CIE-Lab80.1195-0.334512.7764

#d0c6af color RGB value is (208,198,175).

#d0c6af hex color red value is 208, green value is 198 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d0c6af hue: 0.12 , saturation: 0.26 and the lightness value of d0c6af is 0.75.

The process color (four color CMYK) of #d0c6af color hex is 0.00, 0.05, 0.16, 0.18. Web safe color of #d0c6af is #cccc99. Color #d0c6af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000110 10101111
Octal 320 306 257
Decimal 208 198 175
Hex D0 C6 AF

RGB Percentages of Color #d0c6af

%35.80
%34.08
%30.12

CMYK Percentages of Color #d0c6af

%0
%5
%16
%18

Triadic Colors of #d0c6af

#d0c6af #afd0c6 #c6afd0

Analogous Colors of #d0c6af

#d0c6af #cad0af #d0b6af

Monochromatic Colors of #d0c6af

#d0c6af

Complementary Color

#d0c6af #afb9d0

#d0c6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c6af Color CSS Codes

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

#d0c6af Text Font Color

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

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


#d0c6af Background Color

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

This div background color is #d0c6af


#d0c6af Border Color

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

This div border color is #d0c6af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,198,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0c6af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0c6af;
  -webkit-box-shadow: 1px 1px 3px 2px #d0c6af;
  box-shadow:         1px 1px 3px 2px #d0c6af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,198,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c6af


Comments

No comments written yet.

Please login to write comment.