#D0BBAA

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

Shades of Bone #D0BBAA

Tints of Bone #D0BBAA

Color information

#D0BBAA (or 0xD0BBAA) is unknown color: approx Bone. HEX triplet: D0, BB and AA. RGB value is (208,187,170). Sum of RGB (Red+Green+Blue) = 208+187+170=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBAA is #2F4455. Grayscale: #BFBFBF. Windows color (decimal): -3097686 or 11189200. OLE color: 11189200.

HSL color Cylindrical-coordinate representation of color #D0BBAA: hue angle of 26.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BBAA is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208187170-
CMYK00.100.180.18
HSL26.84º28.79%74.12%-
HSV(B)26.84º18.27%81.57%-
XYZ51.0451.8545.35-
YUV191.34115.96139.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=36.81%
G=33.10%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818717000.100.180.1826.8428.7974.12
HexD0BBAA0A12121b1d4a
Octal32027325201222223335112
Binary11010000101110111010101001010100101001011011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBAA; }

 p { color: rgb(208,187,170); }

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

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

 a { background-color: rgb(208,187,170); }

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

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

 span { border-color: rgb(208,187,170); }

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