#D0CCA6

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

Shades of White Rock #D0CCA6

Tints of White Rock #D0CCA6

Color information

#D0CCA6 (or 0xD0CCA6) is unknown color: approx White Rock. HEX triplet: D0, CC and A6. RGB value is (208,204,166). Sum of RGB (Red+Green+Blue) = 208+204+166=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCA6 is #2F3359. Grayscale: #C9C9C9. Windows color (decimal): -3093338 or 10931408. OLE color: 10931408.

HSL color Cylindrical-coordinate representation of color #D0CCA6: hue angle of 54.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CCA6 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208204166-
CMYK00.020.200.18
HSL54.29º30.88%73.33%-
HSV(B)54.29º20.19%81.57%-
XYZ54.4959.3544.66-
YUV200.86108.33133.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 166 (65.23% from 255) = 28.72%
R=35.99%
G=35.29%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820416600.020.200.1854.2930.8873.33
HexD0CCA6021412361f49
Octal3203142460224226637111
Binary1101000011001100101001100101010010010110110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCA6; }

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

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

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

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

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

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

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

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