#DABEA4

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

Shades of Bone #DABEA4

Tints of Bone #DABEA4

Color information

#DABEA4 (or 0xDABEA4) is unknown color: approx Bone. HEX triplet: DA, BE and A4. RGB value is (218,190,164). Sum of RGB (Red+Green+Blue) = 218+190+164=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEA4 is #25415B. Grayscale: #C3C3C3. Windows color (decimal): -2441564 or 10796762. OLE color: 10796762.

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

Color convert

RGB218190164-
CMYK00.130.250.15
HSL28.89º42.19%74.9%-
HSV(B)28.89º24.77%85.49%-
XYZ54.0354.4142.78-
YUV195.41110.28144.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=38.11%
G=33.22%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819016400.130.250.1528.8942.1974.9
HexDABEA40D19F1d2a4b
Octal33227624401531173552113
Binary11011010101111101010010001101110011111111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEA4; }

 p { color: rgb(218,190,164); }

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

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

 a { background-color: rgb(218,190,164); }

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

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

 span { border-color: rgb(218,190,164); }

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