#DAC6AA

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

Shades of Bone #DAC6AA

Tints of Bone #DAC6AA

Color information

#DAC6AA (or 0xDAC6AA) is unknown color: approx Bone. HEX triplet: DA, C6 and AA. RGB value is (218,198,170). Sum of RGB (Red+Green+Blue) = 218+198+170=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AA is #253955. Grayscale: #C8C8C8. Windows color (decimal): -2439510 or 11192026. OLE color: 11192026.

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

Color convert

RGB218198170-
CMYK00.090.220.15
HSL35º39.34%76.08%-
HSV(B)35º22.02%85.49%-
XYZ56.3658.246.29-
YUV200.79110.63140.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=37.20%
G=33.79%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819817000.090.220.153539.3476.08
HexDAC6AA0916F23274c
Octal33230625201126174347114
Binary110110101100011010101010010011011011111000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6AA; }

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

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

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

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

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

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

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

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