#DABDA2

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

Shades of Bone #DABDA2

Tints of Bone #DABDA2

Color information

#DABDA2 (or 0xDABDA2) is unknown color: approx Bone. HEX triplet: DA, BD and A2. RGB value is (218,189,162). Sum of RGB (Red+Green+Blue) = 218+189+162=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA2 is #25425D. Grayscale: #C2C2C2. Windows color (decimal): -2441822 or 10665434. OLE color: 10665434.

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

Color convert

RGB218189162-
CMYK00.130.260.15
HSL28.93º43.08%74.51%-
HSV(B)28.93º25.69%85.49%-
XYZ53.6353.9141.76-
YUV194.59109.61144.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 162 (63.67% from 255) = 28.47%
R=38.31%
G=33.22%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818916200.130.260.1528.9343.0874.51
HexDABDA20D1AF1d2b4b
Octal33227524201532173553113
Binary11011010101111011010001001101110101111111011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA2; }

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

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

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

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

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

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

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

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