#DAC5AA

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

Shades of Bone #DAC5AA

Tints of Bone #DAC5AA

Color information

#DAC5AA (or 0xDAC5AA) is unknown color: approx Bone. HEX triplet: DA, C5 and AA. RGB value is (218,197,170). Sum of RGB (Red+Green+Blue) = 218+197+170=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5AA is #253A55. Grayscale: #C8C8C8. Windows color (decimal): -2439766 or 11191770. OLE color: 11191770.

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

Color convert

RGB218197170-
CMYK00.100.220.15
HSL33.75º39.34%76.08%-
HSV(B)33.75º22.02%85.49%-
XYZ56.1457.7446.22-
YUV200.2110.96140.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=37.26%
G=33.68%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819717000.100.220.1533.7539.3476.08
HexDAC5AA0A16F22274c
Octal33230525201226174247114
Binary110110101100010110101010010101011011111000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5AA; }

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

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

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

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

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

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

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

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