#D0CCAE

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

Shades of White Rock #D0CCAE

Tints of White Rock #D0CCAE

Color information

#D0CCAE (or 0xD0CCAE) is unknown color: approx White Rock. HEX triplet: D0, CC and AE. RGB value is (208,204,174). Sum of RGB (Red+Green+Blue) = 208+204+174=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCAE is #2F3351. Grayscale: #C9C9C9. Windows color (decimal): -3093330 or 11455696. OLE color: 11455696.

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

Color convert

RGB208204174-
CMYK00.020.160.18
HSL52.94º26.56%74.9%-
HSV(B)52.94º16.35%81.57%-
XYZ55.2559.6548.65-
YUV201.78112.33132.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=35.49%
G=34.81%
B=29.69%

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
Decimal20820417400.020.160.1852.9426.5674.9
HexD0CCAE021012351b4b
Octal3203142560220226533113
Binary1101000011001100101011100101000010010110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCAE; }

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

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

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

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

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

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

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

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