#DAC3AA

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

Shades of Bone #DAC3AA

Tints of Bone #DAC3AA

Color information

#DAC3AA (or 0xDAC3AA) is unknown color: approx Bone. HEX triplet: DA, C3 and AA. RGB value is (218,195,170). Sum of RGB (Red+Green+Blue) = 218+195+170=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3AA is #253C55. Grayscale: #C7C7C7. Windows color (decimal): -2440278 or 11191258. OLE color: 11191258.

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

Color convert

RGB218195170-
CMYK00.110.220.15
HSL31.25º39.34%76.08%-
HSV(B)31.25º22.02%85.49%-
XYZ55.6856.8446.07-
YUV199.03111.62141.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=37.39%
G=33.45%
B=29.16%

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
Decimal21819517000.110.220.1531.2539.3476.08
HexDAC3AA0B16F1f274c
Octal33230325201326173747114
Binary11011010110000111010101001011101101111111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3AA; }

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

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

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

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

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

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

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

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