#D9C5AD

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

Shades of Bone #D9C5AD

Tints of Bone #D9C5AD

Color information

#D9C5AD (or 0xD9C5AD) is unknown color: approx Bone. HEX triplet: D9, C5 and AD. RGB value is (217,197,173). Sum of RGB (Red+Green+Blue) = 217+197+173=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AD is #263A52. Grayscale: #C8C8C8. Windows color (decimal): -2505299 or 11388377. OLE color: 11388377.

HSL color Cylindrical-coordinate representation of color #D9C5AD: hue angle of 32.73º degrees, saturation: 0.37, 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 #D9C5AD is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217197173-
CMYK00.090.200.15
HSL32.73º36.67%76.47%-
HSV(B)32.73º20.28%85.1%-
XYZ56.1257.747.71-
YUV200.24112.63139.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=36.97%
G=33.56%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719717300.090.200.1532.7336.6776.47
HexD9C5AD0914F21254c
Octal33130525501124174145114
Binary110110011100010110101101010011010011111000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5AD; }

 p { color: rgb(217,197,173); }

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

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

 a { background-color: rgb(217,197,173); }

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

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

 span { border-color: rgb(217,197,173); }

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