#DFC8AC

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

Shades of Bone #DFC8AC

Tints of Bone #DFC8AC

Color information

#DFC8AC (or 0xDFC8AC) is unknown color: approx Bone. HEX triplet: DF, C8 and AC. RGB value is (223,200,172). Sum of RGB (Red+Green+Blue) = 223+200+172=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8AC is #203753. Grayscale: #CBCBCB. Windows color (decimal): -2111316 or 11323615. OLE color: 11323615.

HSL color Cylindrical-coordinate representation of color #DFC8AC: hue angle of 32.94º 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 #DFC8AC is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223200172-
CMYK00.100.230.13
HSL32.94º44.35%77.45%-
HSV(B)32.94º22.87%87.45%-
XYZ58.5359.9847.52-
YUV203.68110.12141.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=37.48%
G=33.61%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320017200.100.230.1332.9444.3577.45
HexDFC8AC0A17D212c4d
Octal33731025401227154154115
Binary110111111100100010101100010101011111011000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8AC; }

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

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

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

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

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

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

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

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