#DF8C61

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

Shades of Copper #DF8C61

Tints of Copper #DF8C61

Color information

#DF8C61 (or 0xDF8C61) is unknown color: approx Copper. HEX triplet: DF, 8C and 61. RGB value is (223,140,97). Sum of RGB (Red+Green+Blue) = 223+140+97=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C61 is #20739E. Grayscale: #A0A0A0. Windows color (decimal): -2126751 or 6393055. OLE color: 6393055.

HSL color Cylindrical-coordinate representation of color #DF8C61: hue angle of 20.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8C61 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22314097-
CMYK00.370.570.13
HSL20.48º66.32%62.75%-
HSV(B)20.48º56.5%87.45%-
XYZ41.9735.3115.91-
YUV159.9192.5173-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=48.48%
G=30.43%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231409700.370.570.1320.4866.3262.75
HexDF8C6102539D14423f
Octal33721414104571152410277
Binary1101111110001100110000101001011110011101101001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C61; }

 p { color: rgb(223,140,97); }

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

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

 a { background-color: rgb(223,140,97); }

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

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

 span { border-color: rgb(223,140,97); }

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