#D8D2AB

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

Shades of White Rock #D8D2AB

Tints of White Rock #D8D2AB

Color information

#D8D2AB (or 0xD8D2AB) is unknown color: approx White Rock. HEX triplet: D8, D2 and AB. RGB value is (216,210,171). Sum of RGB (Red+Green+Blue) = 216+210+171=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D2AB is #272D54. Grayscale: #CFCFCF. Windows color (decimal): -2567509 or 11260632. OLE color: 11260632.

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

Color convert

RGB216210171-
CMYK00.030.210.15
HSL52º36.59%75.88%-
HSV(B)52º20.83%84.71%-
XYZ58.7263.6347.72-
YUV207.35107.49134.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=36.18%
G=35.18%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621017100.030.210.155236.5975.88
HexD8D2AB0315F34254c
Octal3303222530325176445114
Binary1101100011010010101010110111010111111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2AB; }

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

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

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

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

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

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

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

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