#D6C4AD

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

Shades of Bone #D6C4AD

Tints of Bone #D6C4AD

Color information

#D6C4AD (or 0xD6C4AD) is unknown color: approx Bone. HEX triplet: D6, C4 and AD. RGB value is (214,196,173). Sum of RGB (Red+Green+Blue) = 214+196+173=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4AD is #293B52. Grayscale: #C6C6C6. Windows color (decimal): -2702163 or 11388118. OLE color: 11388118.

HSL color Cylindrical-coordinate representation of color #D6C4AD: hue angle of 33.66º 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 #D6C4AD is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214196173-
CMYK00.080.190.16
HSL33.66º33.33%75.88%-
HSV(B)33.66º19.16%83.92%-
XYZ55.0156.7947.6-
YUV198.76113.46138.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=36.71%
G=33.62%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419617300.080.190.1633.6633.3375.88
HexD6C4AD08131022214c
Octal32630425501023204241114
Binary1101011011000100101011010100010011100001000101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4AD; }

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

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

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

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

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

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

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

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