#D9D4AE

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

Shades of White Rock #D9D4AE

Tints of White Rock #D9D4AE

Color information

#D9D4AE (or 0xD9D4AE) is unknown color: approx White Rock. HEX triplet: D9, D4 and AE. RGB value is (217,212,174). Sum of RGB (Red+Green+Blue) = 217+212+174=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D4AE is #262B51. Grayscale: #D1D1D1. Windows color (decimal): -2501458 or 11457753. OLE color: 11457753.

HSL color Cylindrical-coordinate representation of color #D9D4AE: hue angle of 53.02º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9D4AE is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217212174-
CMYK00.020.200.15
HSL53.02º36.13%76.67%-
HSV(B)53.02º19.82%85.1%-
XYZ59.864.8949.42-
YUV209.16108.16133.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=35.99%
G=35.16%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721217400.020.200.1553.0236.1376.67
HexD9D4AE0214F35244d
Octal3313242560224176544115
Binary1101100111010100101011100101010011111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4AE; }

 p { color: rgb(217,212,174); }

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

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

 a { background-color: rgb(217,212,174); }

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

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

 span { border-color: rgb(217,212,174); }

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