#D0CCAF

Color #D0CCAF White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D0CCAF

Tints of White Rock #D0CCAF

Color information

#D0CCAF (or 0xD0CCAF) is unknown color: approx White Rock. HEX triplet: D0, CC and AF. RGB value is (208,204,175). Sum of RGB (Red+Green+Blue) = 208+204+175=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCAF is #2F3350. Grayscale: #CACACA. Windows color (decimal): -3093329 or 11521232. OLE color: 11521232.

HSL color Cylindrical-coordinate representation of color #D0CCAF: hue angle of 52.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CCAF is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208204175-
CMYK00.020.160.18
HSL52.73º25.98%75.1%-
HSV(B)52.73º15.87%81.57%-
XYZ55.3459.6949.16-
YUV201.89112.83132.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=35.43%
G=34.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820417500.020.160.1852.7325.9875.1
HexD0CCAF021012351a4b
Octal3203142570220226532113
Binary1101000011001100101011110101000010010110101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCAF; }

 p { color: rgb(208,204,175); }

 H1.HeaderClassName
 {
   color: #D0CCAF;
 }
 .AnyTagClassName
 {
   color: #D0CCAF;
 }
</style>
background-color css

<style>
 a { background-color: #D0CCAF; }

 a { background-color: rgb(208,204,175); }

 div.DivClassName
 {
   background-color: #D0CCAF;
 }
 .BgClassName
 {
   background-color: #D0CCAF;
 }
</style>
border-color css

<style>
 span { border-color: #D0CCAF; }

 span { border-color: rgb(208,204,175); }

 td.TdClassName
 {
   border-color: #D0CCAF;
 }
 .TagClassName
 {
   border-color: #D0CCAF;
 }
</style>