#DAC2AA

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

Shades of Bone #DAC2AA

Tints of Bone #DAC2AA

Color information

#DAC2AA (or 0xDAC2AA) is unknown color: approx Bone. HEX triplet: DA, C2 and AA. RGB value is (218,194,170). Sum of RGB (Red+Green+Blue) = 218+194+170=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2AA is #253D55. Grayscale: #C6C6C6. Windows color (decimal): -2440534 or 11191002. OLE color: 11191002.

HSL color Cylindrical-coordinate representation of color #DAC2AA: hue angle of 30º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC2AA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218194170-
CMYK00.110.220.15
HSL30º39.34%76.08%-
HSV(B)30º22.02%85.49%-
XYZ55.4656.3945.99-
YUV198.44111.95141.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=37.46%
G=33.33%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819417000.110.220.153039.3476.08
HexDAC2AA0B16F1e274c
Octal33230225201326173647114
Binary11011010110000101010101001011101101111111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2AA; }

 p { color: rgb(218,194,170); }

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

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

 a { background-color: rgb(218,194,170); }

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

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

 span { border-color: rgb(218,194,170); }

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