#D8D2AE

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

Shades of White Rock #D8D2AE

Tints of White Rock #D8D2AE

Color information

#D8D2AE (or 0xD8D2AE) is unknown color: approx White Rock. HEX triplet: D8, D2 and AE. RGB value is (216,210,174). Sum of RGB (Red+Green+Blue) = 216+210+174=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D2AE is #272D51. Grayscale: #CFCFCF. Windows color (decimal): -2567506 or 11457240. OLE color: 11457240.

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

Color convert

RGB216210174-
CMYK00.030.190.15
HSL51.43º35%76.47%-
HSV(B)51.43º19.44%84.71%-
XYZ59.0163.7549.24-
YUV207.69108.99133.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 29%
R=36%
G=35%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621017400.030.190.1551.433576.47
HexD8D2AE0313F33234c
Octal3303222560323176343114
Binary1101100011010010101011100111001111111100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2AE; }

 p { color: rgb(216,210,174); }

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

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

 a { background-color: rgb(216,210,174); }

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

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

 span { border-color: rgb(216,210,174); }

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