#DABFA9

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

Shades of Bone #DABFA9

Tints of Bone #DABFA9

Color information

#DABFA9 (or 0xDABFA9) is unknown color: approx Bone. HEX triplet: DA, BF and A9. RGB value is (218,191,169). Sum of RGB (Red+Green+Blue) = 218+191+169=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA9 is #254056. Grayscale: #C4C4C4. Windows color (decimal): -2441303 or 11124698. OLE color: 11124698.

HSL color Cylindrical-coordinate representation of color #DABFA9: hue angle of 26.94º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABFA9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218191169-
CMYK00.120.220.15
HSL26.94º39.84%75.88%-
HSV(B)26.94º22.48%85.49%-
XYZ54.7155.0345.27-
YUV196.56112.45143.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=37.72%
G=33.04%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819116900.120.220.1526.9439.8475.88
HexDABFA90C16F1b284c
Octal33227725101426173350114
Binary11011010101111111010100101100101101111110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFA9; }

 p { color: rgb(218,191,169); }

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

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

 a { background-color: rgb(218,191,169); }

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

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

 span { border-color: rgb(218,191,169); }

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