#DABBA0

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

Shades of Bone #DABBA0

Tints of Bone #DABBA0

Color information

#DABBA0 (or 0xDABBA0) is unknown color: approx Bone. HEX triplet: DA, BB and A0. RGB value is (218,187,160). Sum of RGB (Red+Green+Blue) = 218+187+160=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA0 is #25445F. Grayscale: #C1C1C1. Windows color (decimal): -2442336 or 10533850. OLE color: 10533850.

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

Color convert

RGB218187160-
CMYK00.140.270.15
HSL27.93º43.94%74.12%-
HSV(B)27.93º26.61%85.49%-
XYZ53.0352.9840.69-
YUV193.19109.27145.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=38.58%
G=33.10%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818716000.140.270.1527.9343.9474.12
HexDABBA00E1BF1c2c4a
Octal33227324001633173454112
Binary11011010101110111010000001110110111111111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA0; }

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

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

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

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

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

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

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

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