#DAC6AE

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

Shades of Bone #DAC6AE

Tints of Bone #DAC6AE

Color information

#DAC6AE (or 0xDAC6AE) is unknown color: approx Bone. HEX triplet: DA, C6 and AE. RGB value is (218,198,174). Sum of RGB (Red+Green+Blue) = 218+198+174=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AE is #253951. Grayscale: #C9C9C9. Windows color (decimal): -2439506 or 11454170. OLE color: 11454170.

HSL color Cylindrical-coordinate representation of color #DAC6AE: hue angle of 32.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC6AE is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218198174-
CMYK00.090.200.15
HSL32.73º37.29%76.86%-
HSV(B)32.73º20.18%85.49%-
XYZ56.7558.3548.32-
YUV201.24112.63139.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=36.95%
G=33.56%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819817400.090.200.1532.7337.2976.86
HexDAC6AE0914F21254d
Octal33230625601124174145115
Binary110110101100011010101110010011010011111000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6AE; }

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

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

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

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

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

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

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

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