#df875f

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

Shades of Copper #DF875F

Tints of Copper #DF875F

Color information

#DF875F (or 0xDF875F) is unknown color: approx Copper. HEX triplet: DF, 87 and 5F. RGB value is (223,135,95). Sum of RGB (Red+Green+Blue) = 223+135+95=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF875F is #2078A0. Grayscale: #9C9C9C. Windows color (decimal): -2128033 or 6260703. OLE color: 6260703.

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

Color convert

RGB22313595-
CMYK00.390.570.13
HSL18.75º66.67%62.35%-
HSV(B)18.75º57.4%87.45%-
XYZ41.1633.8415.19-
YUV156.7593.15175.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=49.23%
G=29.80%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231359500.390.570.1318.7566.6762.35
HexDF875F02739D13433e
Octal33720713704771152310376
Binary1101111110000111101111101001111110011101100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df875f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df875f; }

 p { color: rgb(223,135,95); }

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

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

 a { background-color: rgb(223,135,95); }

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

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

 span { border-color: rgb(223,135,95); }

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