#D8C5AF

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

Shades of Bone #D8C5AF

Tints of Bone #D8C5AF

Color information

#D8C5AF (or 0xD8C5AF) is unknown color: approx Bone. HEX triplet: D8, C5 and AF. RGB value is (216,197,175). Sum of RGB (Red+Green+Blue) = 216+197+175=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5AF is #273A50. Grayscale: #C8C8C8. Windows color (decimal): -2570833 or 11519448. OLE color: 11519448.

HSL color Cylindrical-coordinate representation of color #D8C5AF: hue angle of 32.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C5AF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216197175-
CMYK00.090.190.15
HSL32.2º34.45%76.67%-
HSV(B)32.2º18.98%84.71%-
XYZ56.0257.6348.73-
YUV200.17113.79139.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=36.73%
G=33.50%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619717500.090.190.1532.234.4576.67
HexD8C5AF0913F20224d
Octal33030525701123174042115
Binary110110001100010110101111010011001111111000001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5AF; }

 p { color: rgb(216,197,175); }

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

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

 a { background-color: rgb(216,197,175); }

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

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

 span { border-color: rgb(216,197,175); }

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