#D8D3AD

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

Shades of White Rock #D8D3AD

Tints of White Rock #D8D3AD

Color information

#D8D3AD (or 0xD8D3AD) is unknown color: approx White Rock. HEX triplet: D8, D3 and AD. RGB value is (216,211,173). Sum of RGB (Red+Green+Blue) = 216+211+173=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D3AD is #272C52. Grayscale: #D0D0D0. Windows color (decimal): -2567251 or 11391960. OLE color: 11391960.

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

Color convert

RGB216211173-
CMYK00.020.200.15
HSL53.02º35.54%76.27%-
HSV(B)53.02º19.91%84.71%-
XYZ59.1664.248.81-
YUV208.16108.16133.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=36%
G=35.17%
B=28.83%

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
Decimal21621117300.020.200.1553.0235.5476.27
HexD8D3AD0214F35244c
Octal3303232550224176544114
Binary1101100011010011101011010101010011111101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3AD; }

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

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

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

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

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

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

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

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