#DABFA5

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

Shades of Bone #DABFA5

Tints of Bone #DABFA5

Color information

#DABFA5 (or 0xDABFA5) is unknown color: approx Bone. HEX triplet: DA, BF and A5. RGB value is (218,191,165). Sum of RGB (Red+Green+Blue) = 218+191+165=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA5 is #25405A. Grayscale: #C4C4C4. Windows color (decimal): -2441307 or 10862554. OLE color: 10862554.

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

Color convert

RGB218191165-
CMYK00.120.240.15
HSL29.43º41.73%75.1%-
HSV(B)29.43º24.31%85.49%-
XYZ54.3454.8843.33-
YUV196.11110.45143.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=37.98%
G=33.28%
B=28.75%

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
Decimal21819116500.120.240.1529.4341.7375.1
HexDABFA50C18F1d2a4b
Octal33227724501430173552113
Binary11011010101111111010010101100110001111111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFA5; }

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

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

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

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

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

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

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

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