#DFC6AC

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

Shades of Bone #DFC6AC

Tints of Bone #DFC6AC

Color information

#DFC6AC (or 0xDFC6AC) is unknown color: approx Bone. HEX triplet: DF, C6 and AC. RGB value is (223,198,172). Sum of RGB (Red+Green+Blue) = 223+198+172=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AC is #203953. Grayscale: #CACACA. Windows color (decimal): -2111828 or 11323103. OLE color: 11323103.

HSL color Cylindrical-coordinate representation of color #DFC6AC: hue angle of 30.59º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC6AC is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223198172-
CMYK00.110.230.13
HSL30.59º44.35%77.45%-
HSV(B)30.59º22.87%87.45%-
XYZ58.0759.0547.37-
YUV202.51110.78142.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=37.61%
G=33.39%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319817200.110.230.1330.5944.3577.45
HexDFC6AC0B17D1f2c4d
Octal33730625401327153754115
Binary11011111110001101010110001011101111101111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6AC; }

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

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

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

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

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

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

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

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