#D6BAA3

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

Shades of Bone #D6BAA3

Tints of Bone #D6BAA3

Color information

#D6BAA3 (or 0xD6BAA3) is unknown color: approx Bone. HEX triplet: D6, BA and A3. RGB value is (214,186,163). Sum of RGB (Red+Green+Blue) = 214+186+163=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAA3 is #29455C. Grayscale: #BFBFBF. Windows color (decimal): -2704733 or 10730198. OLE color: 10730198.

HSL color Cylindrical-coordinate representation of color #D6BAA3: hue angle of 27.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BAA3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214186163-
CMYK00.130.240.16
HSL27.06º38.35%73.92%-
HSV(B)27.06º23.83%83.92%-
XYZ51.952.0641.96-
YUV191.75111.78143.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 163 (64.06% from 255) = 28.95%
R=38.01%
G=33.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418616300.130.240.1627.0638.3573.92
HexD6BAA30D18101b264a
Octal32627224301530203346112
Binary110101101011101010100011011011100010000110111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAA3; }

 p { color: rgb(214,186,163); }

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

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

 a { background-color: rgb(214,186,163); }

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

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

 span { border-color: rgb(214,186,163); }

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