#D2CCAC

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

Shades of White Rock #D2CCAC

Tints of White Rock #D2CCAC

Color information

#D2CCAC (or 0xD2CCAC) is unknown color: approx White Rock. HEX triplet: D2, CC and AC. RGB value is (210,204,172). Sum of RGB (Red+Green+Blue) = 210+204+172=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CCAC is #2D3353. Grayscale: #CACACA. Windows color (decimal): -2962260 or 11324626. OLE color: 11324626.

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

Color convert

RGB210204172-
CMYK00.030.180.18
HSL50.53º29.69%74.9%-
HSV(B)50.53º18.1%82.35%-
XYZ55.6259.8747.65-
YUV202.15110.99133.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=35.84%
G=34.81%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020417200.030.180.1850.5329.6974.9
HexD2CCAC031212331e4b
Octal3223142540322226336113
Binary1101001011001100101011000111001010010110011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCAC; }

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

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

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

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

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

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

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

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