#D9D1AC

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

Shades of White Rock #D9D1AC

Tints of White Rock #D9D1AC

Color information

#D9D1AC (or 0xD9D1AC) is unknown color: approx White Rock. HEX triplet: D9, D1 and AC. RGB value is (217,209,172). Sum of RGB (Red+Green+Blue) = 217+209+172=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D1AC is #262E53. Grayscale: #CFCFCF. Windows color (decimal): -2502228 or 11325913. OLE color: 11325913.

HSL color Cylindrical-coordinate representation of color #D9D1AC: hue angle of 49.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9D1AC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217209172-
CMYK00.040.210.15
HSL49.33º37.19%76.27%-
HSV(B)49.33º20.74%85.1%-
XYZ58.8663.3348.15-
YUV207.17108.15135.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=36.29%
G=34.95%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720917200.040.210.1549.3337.1976.27
HexD9D1AC0415F31254c
Octal3313212540425176145114
Binary11011001110100011010110001001010111111100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1AC; }

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

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

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

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

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

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

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

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