#DFC3AC

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

Shades of Bone #DFC3AC

Tints of Bone #DFC3AC

Color information

#DFC3AC (or 0xDFC3AC) is unknown color: approx Bone. HEX triplet: DF, C3 and AC. RGB value is (223,195,172). Sum of RGB (Red+Green+Blue) = 223+195+172=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AC is #203C53. Grayscale: #C8C8C8. Windows color (decimal): -2112596 or 11322335. OLE color: 11322335.

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

Color convert

RGB223195172-
CMYK00.130.230.13
HSL27.06º44.35%77.45%-
HSV(B)27.06º22.87%87.45%-
XYZ57.3957.747.14-
YUV200.75111.78143.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=37.80%
G=33.05%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319517200.130.230.1327.0644.3577.45
HexDFC3AC0D17D1b2c4d
Octal33730325401527153354115
Binary11011111110000111010110001101101111101110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3AC; }

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

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

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

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

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

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

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

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