#D8D3AE

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

Shades of White Rock #D8D3AE

Tints of White Rock #D8D3AE

Color information

#D8D3AE (or 0xD8D3AE) is unknown color: approx White Rock. HEX triplet: D8, D3 and AE. RGB value is (216,211,174). Sum of RGB (Red+Green+Blue) = 216+211+174=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D3AE is #272C51. Grayscale: #D0D0D0. Windows color (decimal): -2567250 or 11457496. OLE color: 11457496.

HSL color Cylindrical-coordinate representation of color #D8D3AE: hue angle of 52.86º 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 #D8D3AE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216211174-
CMYK00.020.190.15
HSL52.86º35%76.47%-
HSV(B)52.86º19.44%84.71%-
XYZ59.2564.2449.32-
YUV208.28108.66133.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=35.94%
G=35.11%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621117400.020.190.1552.863576.47
HexD8D3AE0213F35234c
Octal3303232560223176543114
Binary1101100011010011101011100101001111111101011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3AE; }

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

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

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

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

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

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

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

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