#D1CCAF

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

Shades of White Rock #D1CCAF

Tints of White Rock #D1CCAF

Color information

#D1CCAF (or 0xD1CCAF) is unknown color: approx White Rock. HEX triplet: D1, CC and AF. RGB value is (209,204,175). Sum of RGB (Red+Green+Blue) = 209+204+175=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCAF is #2E3350. Grayscale: #CACACA. Windows color (decimal): -3027793 or 11521233. OLE color: 11521233.

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

Color convert

RGB209204175-
CMYK00.020.160.18
HSL51.18º26.98%75.29%-
HSV(B)51.18º16.27%81.96%-
XYZ55.6359.8449.18-
YUV202.19112.66132.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=35.54%
G=34.69%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920417500.020.160.1851.1826.9875.29
HexD1CCAF021012331b4b
Octal3213142570220226333113
Binary1101000111001100101011110101000010010110011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCAF; }

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

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

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

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

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

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

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

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