#DABFA8

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

Shades of Bone #DABFA8

Tints of Bone #DABFA8

Color information

#DABFA8 (or 0xDABFA8) is unknown color: approx Bone. HEX triplet: DA, BF and A8. RGB value is (218,191,168). Sum of RGB (Red+Green+Blue) = 218+191+168=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA8 is #254057. Grayscale: #C4C4C4. Windows color (decimal): -2441304 or 11059162. OLE color: 11059162.

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

Color convert

RGB218191168-
CMYK00.120.230.15
HSL27.6º40.32%75.69%-
HSV(B)27.6º22.94%85.49%-
XYZ54.6154.9944.78-
YUV196.45111.95143.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=37.78%
G=33.10%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819116800.120.230.1527.640.3275.69
HexDABFA80C17F1c284c
Octal33227725001427173450114
Binary11011010101111111010100001100101111111111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFA8; }

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

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

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

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

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

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

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

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