#D0CCA9

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

Shades of White Rock #D0CCA9

Tints of White Rock #D0CCA9

Color information

#D0CCA9 (or 0xD0CCA9) is unknown color: approx White Rock. HEX triplet: D0, CC and A9. RGB value is (208,204,169). Sum of RGB (Red+Green+Blue) = 208+204+169=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCA9 is #2F3356. Grayscale: #C9C9C9. Windows color (decimal): -3093335 or 11128016. OLE color: 11128016.

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

Color convert

RGB208204169-
CMYK00.020.190.18
HSL53.85º29.32%73.92%-
HSV(B)53.85º18.75%81.57%-
XYZ54.7759.4646.13-
YUV201.21109.83132.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=35.80%
G=35.11%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820416900.020.190.1853.8529.3273.92
HexD0CCA9021312361d4a
Octal3203142510223226635112
Binary1101000011001100101010010101001110010110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCA9; }

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

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

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

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

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

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

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

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