#DFC0A0

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

Shades of Bone #DFC0A0

Tints of Bone #DFC0A0

Color information

#DFC0A0 (or 0xDFC0A0) is unknown color: approx Bone. HEX triplet: DF, C0 and A0. RGB value is (223,192,160). Sum of RGB (Red+Green+Blue) = 223+192+160=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0A0 is #203F5F. Grayscale: #C5C5C5. Windows color (decimal): -2113376 or 10535135. OLE color: 10535135.

HSL color Cylindrical-coordinate representation of color #DFC0A0: hue angle of 30.48º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFC0A0 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223192160-
CMYK00.140.280.13
HSL30.48º49.61%75.1%-
HSV(B)30.48º28.25%87.45%-
XYZ55.6355.9341.12-
YUV197.62106.77146.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=38.78%
G=33.39%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319216000.140.280.1330.4849.6175.1
HexDFC0A00E1CD1e324b
Octal33730024001634153662113
Binary11011111110000001010000001110111001101111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0A0; }

 p { color: rgb(223,192,160); }

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

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

 a { background-color: rgb(223,192,160); }

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

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

 span { border-color: rgb(223,192,160); }

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