#DABDA0

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

Shades of Bone #DABDA0

Tints of Bone #DABDA0

Color information

#DABDA0 (or 0xDABDA0) is unknown color: approx Bone. HEX triplet: DA, BD and A0. RGB value is (218,189,160). Sum of RGB (Red+Green+Blue) = 218+189+160=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA0 is #25425F. Grayscale: #C2C2C2. Windows color (decimal): -2441824 or 10534362. OLE color: 10534362.

HSL color Cylindrical-coordinate representation of color #DABDA0: hue angle of 30º 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 #DABDA0 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218189160-
CMYK00.130.270.15
HSL30º43.94%74.12%-
HSV(B)30º26.61%85.49%-
XYZ53.4653.8440.83-
YUV194.36108.61144.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=38.45%
G=33.33%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818916000.130.270.153043.9474.12
HexDABDA00D1BF1e2c4a
Octal33227524001533173654112
Binary11011010101111011010000001101110111111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA0; }

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

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

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

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

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

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

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

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