#D1CCAC

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

Shades of White Rock #D1CCAC

Tints of White Rock #D1CCAC

Color information

#D1CCAC (or 0xD1CCAC) is unknown color: approx White Rock. HEX triplet: D1, CC and AC. RGB value is (209,204,172). Sum of RGB (Red+Green+Blue) = 209+204+172=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCAC is #2E3353. Grayscale: #C9C9C9. Windows color (decimal): -3027796 or 11324625. OLE color: 11324625.

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

Color convert

RGB209204172-
CMYK00.020.180.18
HSL51.89º28.68%74.71%-
HSV(B)51.89º17.7%81.96%-
XYZ55.3359.7247.64-
YUV201.85111.16133.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=35.73%
G=34.87%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920417200.020.180.1851.8928.6874.71
HexD1CCAC021212341d4b
Octal3213142540222226435113
Binary1101000111001100101011000101001010010110100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCAC; }

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

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

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

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

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

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

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

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