#D2CCAE

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

Shades of White Rock #D2CCAE

Tints of White Rock #D2CCAE

Color information

#D2CCAE (or 0xD2CCAE) is unknown color: approx White Rock. HEX triplet: D2, CC and AE. RGB value is (210,204,174). Sum of RGB (Red+Green+Blue) = 210+204+174=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CCAE is #2D3351. Grayscale: #CACACA. Windows color (decimal): -2962258 or 11455698. OLE color: 11455698.

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

Color convert

RGB210204174-
CMYK00.030.170.18
HSL50º28.57%75.29%-
HSV(B)50º17.14%82.35%-
XYZ55.8159.9448.67-
YUV202.37111.99133.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=35.71%
G=34.69%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020417400.030.170.185028.5775.29
HexD2CCAE031112321d4b
Octal3223142560321226235113
Binary1101001011001100101011100111000110010110010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCAE; }

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

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

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

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

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

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

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

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