#DABDA4

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

Shades of Bone #DABDA4

Tints of Bone #DABDA4

Color information

#DABDA4 (or 0xDABDA4) is unknown color: approx Bone. HEX triplet: DA, BD and A4. RGB value is (218,189,164). Sum of RGB (Red+Green+Blue) = 218+189+164=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA4 is #25425B. Grayscale: #C2C2C2. Windows color (decimal): -2441820 or 10796506. OLE color: 10796506.

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

Color convert

RGB218189164-
CMYK00.130.250.15
HSL27.78º42.19%74.9%-
HSV(B)27.78º24.77%85.49%-
XYZ53.8153.9842.71-
YUV194.82110.61144.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=38.18%
G=33.10%
B=28.72%

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
Decimal21818916400.130.250.1527.7842.1974.9
HexDABDA40D19F1c2a4b
Octal33227524401531173452113
Binary11011010101111011010010001101110011111111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA4; }

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

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

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

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

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

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

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

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