#DAC7AE

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

Shades of Bone #DAC7AE

Tints of Bone #DAC7AE

Color information

#DAC7AE (or 0xDAC7AE) is unknown color: approx Bone. HEX triplet: DA, C7 and AE. RGB value is (218,199,174). Sum of RGB (Red+Green+Blue) = 218+199+174=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7AE is #253851. Grayscale: #C9C9C9. Windows color (decimal): -2439250 or 11454426. OLE color: 11454426.

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

Color convert

RGB218199174-
CMYK00.090.200.15
HSL34.09º37.29%76.86%-
HSV(B)34.09º20.18%85.49%-
XYZ56.9858.8148.39-
YUV201.83112.29139.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=36.89%
G=33.67%
B=29.44%

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
Decimal21819917400.090.200.1534.0937.2976.86
HexDAC7AE0914F22254d
Octal33230725601124174245115
Binary110110101100011110101110010011010011111000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7AE; }

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

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

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

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

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

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

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

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