#D5D2AB

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

Shades of White Rock #D5D2AB

Tints of White Rock #D5D2AB

Color information

#D5D2AB (or 0xD5D2AB) is unknown color: approx White Rock. HEX triplet: D5, D2 and AB. RGB value is (213,210,171). Sum of RGB (Red+Green+Blue) = 213+210+171=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D2AB is #2A2D54. Grayscale: #CECECE. Windows color (decimal): -2764117 or 11260629. OLE color: 11260629.

HSL color Cylindrical-coordinate representation of color #D5D2AB: hue angle of 55.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5D2AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213210171-
CMYK00.010.200.16
HSL55.71º33.33%75.29%-
HSV(B)55.71º19.72%83.53%-
XYZ57.8463.1847.67-
YUV206.45107.99132.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=35.86%
G=35.35%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321017100.010.200.1655.7133.3375.29
HexD5D2AB01141038214b
Octal3253222530124207041113
Binary1101010111010010101010110110100100001110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2AB; }

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

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

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

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

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

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

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

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