#DAC6AC

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

Shades of Bone #DAC6AC

Tints of Bone #DAC6AC

Color information

#DAC6AC (or 0xDAC6AC) is unknown color: approx Bone. HEX triplet: DA, C6 and AC. RGB value is (218,198,172). Sum of RGB (Red+Green+Blue) = 218+198+172=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AC is #253953. Grayscale: #C9C9C9. Windows color (decimal): -2439508 or 11323098. OLE color: 11323098.

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

Color convert

RGB218198172-
CMYK00.090.210.15
HSL33.91º38.33%76.47%-
HSV(B)33.91º21.1%85.49%-
XYZ56.5558.2747.3-
YUV201.02111.63140.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=37.07%
G=33.67%
B=29.25%

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
Decimal21819817200.090.210.1533.9138.3376.47
HexDAC6AC0915F22264c
Octal33230625401125174246114
Binary110110101100011010101100010011010111111000101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6AC; }

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

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

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

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

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

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

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

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