#D6C0AD

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

Shades of Bone #D6C0AD

Tints of Bone #D6C0AD

Color information

#D6C0AD (or 0xD6C0AD) is unknown color: approx Bone. HEX triplet: D6, C0 and AD. RGB value is (214,192,173). Sum of RGB (Red+Green+Blue) = 214+192+173=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0AD is #293F52. Grayscale: #C4C4C4. Windows color (decimal): -2703187 or 11387094. OLE color: 11387094.

HSL color Cylindrical-coordinate representation of color #D6C0AD: hue angle of 27.8º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6C0AD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214192173-
CMYK00.100.190.16
HSL27.8º33.33%75.88%-
HSV(B)27.8º19.16%83.92%-
XYZ54.1255.0147.3-
YUV196.41114.79140.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=36.96%
G=33.16%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419217300.100.190.1627.833.3375.88
HexD6C0AD0A13101c214c
Octal32630025501223203441114
Binary110101101100000010101101010101001110000111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0AD; }

 p { color: rgb(214,192,173); }

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

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

 a { background-color: rgb(214,192,173); }

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

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

 span { border-color: rgb(214,192,173); }

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