#DABDA3

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

Shades of Bone #DABDA3

Tints of Bone #DABDA3

Color information

#DABDA3 (or 0xDABDA3) is unknown color: approx Bone. HEX triplet: DA, BD and A3. RGB value is (218,189,163). Sum of RGB (Red+Green+Blue) = 218+189+163=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA3 is #25425C. Grayscale: #C2C2C2. Windows color (decimal): -2441821 or 10730970. OLE color: 10730970.

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

Color convert

RGB218189163-
CMYK00.130.250.15
HSL28.36º42.64%74.71%-
HSV(B)28.36º25.23%85.49%-
XYZ53.7253.9442.23-
YUV194.71110.11144.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=38.25%
G=33.16%
B=28.60%

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
Decimal21818916300.130.250.1528.3642.6474.71
HexDABDA30D19F1c2b4b
Octal33227524301531173453113
Binary11011010101111011010001101101110011111111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA3; }

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

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

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

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

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

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

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

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