#D0CDAF

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

Shades of White Rock #D0CDAF

Tints of White Rock #D0CDAF

Color information

#D0CDAF (or 0xD0CDAF) is unknown color: approx White Rock. HEX triplet: D0, CD and AF. RGB value is (208,205,175). Sum of RGB (Red+Green+Blue) = 208+205+175=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CDAF is #2F3250. Grayscale: #CACACA. Windows color (decimal): -3093073 or 11521488. OLE color: 11521488.

HSL color Cylindrical-coordinate representation of color #D0CDAF: hue angle of 54.55º 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 #D0CDAF is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208205175-
CMYK00.010.160.18
HSL54.55º25.98%75.1%-
HSV(B)54.55º15.87%81.57%-
XYZ55.5860.1749.24-
YUV202.48112.49131.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=35.37%
G=34.86%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820517500.010.160.1854.5525.9875.1
HexD0CDAF011012371a4b
Octal3203152570120226732113
Binary110100001100110110101111011000010010110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDAF; }

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

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

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

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

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

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

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

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