#DF815A

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

Shades of Copper #DF815A

Tints of Copper #DF815A

Color information

#DF815A (or 0xDF815A) is unknown color: approx Copper. HEX triplet: DF, 81 and 5A. RGB value is (223,129,90). Sum of RGB (Red+Green+Blue) = 223+129+90=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF815A is #207EA5. Grayscale: #989898. Windows color (decimal): -2129574 or 5931487. OLE color: 5931487.

HSL color Cylindrical-coordinate representation of color #DF815A: hue angle of 17.59º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF815A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22312990-
CMYK00.420.600.13
HSL17.59º67.51%61.37%-
HSV(B)17.59º59.64%87.45%-
XYZ40.1332.1313.76-
YUV152.6692.64178.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=50.45%
G=29.19%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231299000.420.600.1317.5967.5161.37
HexDF815A02A3CD12443d
Octal33720113205274152210475
Binary1101111110000001101101001010101111001101100101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF815A; }

 p { color: rgb(223,129,90); }

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

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

 a { background-color: rgb(223,129,90); }

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

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

 span { border-color: rgb(223,129,90); }

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