#DAC2AD

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

Shades of Bone #DAC2AD

Tints of Bone #DAC2AD

Color information

#DAC2AD (or 0xDAC2AD) is unknown color: approx Bone. HEX triplet: DA, C2 and AD. RGB value is (218,194,173). Sum of RGB (Red+Green+Blue) = 218+194+173=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2AD is #253D52. Grayscale: #C6C6C6. Windows color (decimal): -2440531 or 11387610. OLE color: 11387610.

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

Color convert

RGB218194173-
CMYK00.110.210.15
HSL28º37.82%76.67%-
HSV(B)28º20.64%85.49%-
XYZ55.7556.5147.5-
YUV198.78113.45141.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=37.26%
G=33.16%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819417300.110.210.152837.8276.67
HexDAC2AD0B15F1c264d
Octal33230225501325173446115
Binary11011010110000101010110101011101011111111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2AD; }

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

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

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

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

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

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

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

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