#D8C6AD

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

Shades of Bone #D8C6AD

Tints of Bone #D8C6AD

Color information

#D8C6AD (or 0xD8C6AD) is unknown color: approx Bone. HEX triplet: D8, C6 and AD. RGB value is (216,198,173). Sum of RGB (Red+Green+Blue) = 216+198+173=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6AD is #273952. Grayscale: #C8C8C8. Windows color (decimal): -2570579 or 11388632. OLE color: 11388632.

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

Color convert

RGB216198173-
CMYK00.080.200.15
HSL34.88º35.54%76.27%-
HSV(B)34.88º19.91%84.71%-
XYZ56.065847.78-
YUV200.53112.46139.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=36.80%
G=33.73%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619817300.080.200.1534.8835.5476.27
HexD8C6AD0814F23244c
Octal33030625501024174344114
Binary110110001100011010101101010001010011111000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6AD; }

 p { color: rgb(216,198,173); }

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

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

 a { background-color: rgb(216,198,173); }

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

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

 span { border-color: rgb(216,198,173); }

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