#DF825B

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

Shades of Copper #DF825B

Tints of Copper #DF825B

Color information

#DF825B (or 0xDF825B) is unknown color: approx Copper. HEX triplet: DF, 82 and 5B. RGB value is (223,130,91). Sum of RGB (Red+Green+Blue) = 223+130+91=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF825B is #207DA4. Grayscale: #999999. Windows color (decimal): -2129317 or 5997279. OLE color: 5997279.

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

Color convert

RGB22313091-
CMYK00.420.590.13
HSL17.73º67.35%61.57%-
HSV(B)17.73º59.19%87.45%-
XYZ40.332.4114.03-
YUV153.3692.81177.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=50.23%
G=29.28%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231309100.420.590.1317.7367.3561.57
HexDF825B02A3BD12433e
Octal33720213305273152210376
Binary1101111110000010101101101010101110111101100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF825B; }

 p { color: rgb(223,130,91); }

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

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

 a { background-color: rgb(223,130,91); }

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

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

 span { border-color: rgb(223,130,91); }

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