#DAC7AC

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

Shades of Bone #DAC7AC

Tints of Bone #DAC7AC

Color information

#DAC7AC (or 0xDAC7AC) is unknown color: approx Bone. HEX triplet: DA, C7 and AC. RGB value is (218,199,172). Sum of RGB (Red+Green+Blue) = 218+199+172=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7AC is #253853. Grayscale: #C9C9C9. Windows color (decimal): -2439252 or 11323354. OLE color: 11323354.

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

Color convert

RGB218199172-
CMYK00.090.210.15
HSL35.22º38.33%76.47%-
HSV(B)35.22º21.1%85.49%-
XYZ56.7858.7347.37-
YUV201.6111.29139.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=37.01%
G=33.79%
B=29.20%

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
Decimal21819917200.090.210.1535.2238.3376.47
HexDAC7AC0915F23264c
Octal33230725401125174346114
Binary110110101100011110101100010011010111111000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7AC; }

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

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

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

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

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

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

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

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