#D8C0A9

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

Shades of Bone #D8C0A9

Tints of Bone #D8C0A9

Color information

#D8C0A9 (or 0xD8C0A9) is unknown color: approx Bone. HEX triplet: D8, C0 and A9. RGB value is (216,192,169). Sum of RGB (Red+Green+Blue) = 216+192+169=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0A9 is #273F56. Grayscale: #C4C4C4. Windows color (decimal): -2572119 or 11124952. OLE color: 11124952.

HSL color Cylindrical-coordinate representation of color #D8C0A9: hue angle of 29.36º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C0A9 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216192169-
CMYK00.110.220.15
HSL29.36º37.6%75.49%-
HSV(B)29.36º21.76%84.71%-
XYZ54.3355.1645.32-
YUV196.55112.45141.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=37.44%
G=33.28%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619216900.110.220.1529.3637.675.49
HexD8C0A90B16F1d264b
Octal33030025101326173546113
Binary11011000110000001010100101011101101111111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0A9; }

 p { color: rgb(216,192,169); }

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

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

 a { background-color: rgb(216,192,169); }

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

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

 span { border-color: rgb(216,192,169); }

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