#D9BBA0

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

Shades of Bone #D9BBA0

Tints of Bone #D9BBA0

Color information

#D9BBA0 (or 0xD9BBA0) is unknown color: approx Bone. HEX triplet: D9, BB and A0. RGB value is (217,187,160). Sum of RGB (Red+Green+Blue) = 217+187+160=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBA0 is #26445F. Grayscale: #C1C1C1. Windows color (decimal): -2507872 or 10533849. OLE color: 10533849.

HSL color Cylindrical-coordinate representation of color #D9BBA0: hue angle of 28.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217187160-
CMYK00.140.260.15
HSL28.42º42.86%73.92%-
HSV(B)28.42º26.27%85.1%-
XYZ52.7352.8340.68-
YUV192.89109.44145.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=38.48%
G=33.16%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718716000.140.260.1528.4242.8673.92
HexD9BBA00E1AF1c2b4a
Octal33127324001632173453112
Binary11011001101110111010000001110110101111111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBA0; }

 p { color: rgb(217,187,160); }

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

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

 a { background-color: rgb(217,187,160); }

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

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

 span { border-color: rgb(217,187,160); }

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