#DABFA6

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

Shades of Bone #DABFA6

Tints of Bone #DABFA6

Color information

#DABFA6 (or 0xDABFA6) is unknown color: approx Bone. HEX triplet: DA, BF and A6. RGB value is (218,191,166). Sum of RGB (Red+Green+Blue) = 218+191+166=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA6 is #254059. Grayscale: #C4C4C4. Windows color (decimal): -2441306 or 10928090. OLE color: 10928090.

HSL color Cylindrical-coordinate representation of color #DABFA6: hue angle of 28.85º degrees, saturation: 0.41, 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 #DABFA6 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218191166-
CMYK00.120.240.15
HSL28.85º41.27%75.29%-
HSV(B)28.85º23.85%85.49%-
XYZ54.4354.9243.81-
YUV196.22110.95143.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=37.91%
G=33.22%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819116600.120.240.1528.8541.2775.29
HexDABFA60C18F1d294b
Octal33227724601430173551113
Binary11011010101111111010011001100110001111111011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFA6; }

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

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

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

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

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

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

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

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