#D9D5B6

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

Shades of White Rock #D9D5B6

Tints of White Rock #D9D5B6

Color information

#D9D5B6 (or 0xD9D5B6) is unknown color: approx White Rock. HEX triplet: D9, D5 and B6. RGB value is (217,213,182). Sum of RGB (Red+Green+Blue) = 217+213+182=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5B6 is #262A49. Grayscale: #D2D2D2. Windows color (decimal): -2501194 or 11982297. OLE color: 11982297.

HSL color Cylindrical-coordinate representation of color #D9D5B6: hue angle of 53.14º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D5B6 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217213182-
CMYK00.020.160.15
HSL53.14º31.53%78.24%-
HSV(B)53.14º16.13%85.1%-
XYZ60.8565.7253.73-
YUV210.66111.83132.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=35.46%
G=34.80%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721318200.020.160.1553.1431.5378.24
HexD9D5B60210F35204e
Octal3313252660220176540116
Binary1101100111010101101101100101000011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5B6; }

 p { color: rgb(217,213,182); }

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

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

 a { background-color: rgb(217,213,182); }

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

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

 span { border-color: rgb(217,213,182); }

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