#D6BEA9

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

Shades of Bone #D6BEA9

Tints of Bone #D6BEA9

Color information

#D6BEA9 (or 0xD6BEA9) is unknown color: approx Bone. HEX triplet: D6, BE and A9. RGB value is (214,190,169). Sum of RGB (Red+Green+Blue) = 214+190+169=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA9 is #294156. Grayscale: #C2C2C2. Windows color (decimal): -2703703 or 11124438. OLE color: 11124438.

HSL color Cylindrical-coordinate representation of color #D6BEA9: hue angle of 28º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BEA9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214190169-
CMYK00.110.210.16
HSL28º35.43%75.1%-
HSV(B)28º21.03%83.92%-
XYZ53.3153.9945.15-
YUV194.78113.45141.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=37.35%
G=33.16%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419016900.110.210.162835.4375.1
HexD6BEA90B15101c234b
Octal32627625101325203443113
Binary110101101011111010101001010111010110000111001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEA9; }

 p { color: rgb(214,190,169); }

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

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

 a { background-color: rgb(214,190,169); }

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

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

 span { border-color: rgb(214,190,169); }

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