#DAC7AD

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

Shades of Bone #DAC7AD

Tints of Bone #DAC7AD

Color information

#DAC7AD (or 0xDAC7AD) is unknown color: approx Bone. HEX triplet: DA, C7 and AD. RGB value is (218,199,173). Sum of RGB (Red+Green+Blue) = 218+199+173=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7AD is #253852. Grayscale: #C9C9C9. Windows color (decimal): -2439251 or 11388890. OLE color: 11388890.

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

Color convert

RGB218199173-
CMYK00.090.210.15
HSL34.67º37.82%76.67%-
HSV(B)34.67º20.64%85.49%-
XYZ56.8858.7747.88-
YUV201.72111.79139.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=36.95%
G=33.73%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819917300.090.210.1534.6737.8276.67
HexDAC7AD0915F23264d
Octal33230725501125174346115
Binary110110101100011110101101010011010111111000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7AD; }

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

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

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

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

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

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

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

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