#D1CCA9

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

Shades of White Rock #D1CCA9

Tints of White Rock #D1CCA9

Color information

#D1CCA9 (or 0xD1CCA9) is unknown color: approx White Rock. HEX triplet: D1, CC and A9. RGB value is (209,204,169). Sum of RGB (Red+Green+Blue) = 209+204+169=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCA9 is #2E3356. Grayscale: #C9C9C9. Windows color (decimal): -3027799 or 11128017. OLE color: 11128017.

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

Color convert

RGB209204169-
CMYK00.020.190.18
HSL52.5º30.3%74.12%-
HSV(B)52.5º19.14%81.96%-
XYZ55.0559.6146.14-
YUV201.5109.66133.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=35.91%
G=35.05%
B=29.04%

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
Decimal20920416900.020.190.1852.530.374.12
HexD1CCA9021312341e4a
Octal3213142510223226436112
Binary1101000111001100101010010101001110010110100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCA9; }

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

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

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

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

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

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

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

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