#D6C1AD

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

Shades of Bone #D6C1AD

Tints of Bone #D6C1AD

Color information

#D6C1AD (or 0xD6C1AD) is unknown color: approx Bone. HEX triplet: D6, C1 and AD. RGB value is (214,193,173). Sum of RGB (Red+Green+Blue) = 214+193+173=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C1AD is #293E52. Grayscale: #C5C5C5. Windows color (decimal): -2702931 or 11387350. OLE color: 11387350.

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

Color convert

RGB214193173-
CMYK00.100.190.16
HSL29.27º33.33%75.88%-
HSV(B)29.27º19.16%83.92%-
XYZ54.3455.4547.37-
YUV197114.46140.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=36.90%
G=33.28%
B=29.83%

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
Decimal21419317300.100.190.1629.2733.3375.88
HexD6C1AD0A13101d214c
Octal32630125501223203541114
Binary110101101100000110101101010101001110000111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1AD; }

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

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

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

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

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

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

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

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