#DABDA5

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

Shades of Bone #DABDA5

Tints of Bone #DABDA5

Color information

#DABDA5 (or 0xDABDA5) is unknown color: approx Bone. HEX triplet: DA, BD and A5. RGB value is (218,189,165). Sum of RGB (Red+Green+Blue) = 218+189+165=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA5 is #25425A. Grayscale: #C3C3C3. Windows color (decimal): -2441819 or 10862042. OLE color: 10862042.

HSL color Cylindrical-coordinate representation of color #DABDA5: hue angle of 27.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABDA5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218189165-
CMYK00.130.240.15
HSL27.17º41.73%75.1%-
HSV(B)27.17º24.31%85.49%-
XYZ53.954.0243.18-
YUV194.94111.11144.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=38.11%
G=33.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818916500.130.240.1527.1741.7375.1
HexDABDA50D18F1b2a4b
Octal33227524501530173352113
Binary11011010101111011010010101101110001111110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA5; }

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

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

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

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

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

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

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

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