Html Css Color HEX #DF8060 Copper

📋 copy color: '#DF8060'

red 223 ◦ green 128 ◦ blue 96

#DF8060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #DF8060

Tints of Copper #DF8060

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

 GREEN value IS 128 (50.39% from 255) = 28.64%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 49.89%
G = 28.64%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF8060 (or 0xDF8060) is known color: Copper. HEX triplet: DF, 80 and 60. RGB value is (223,128,96). Sum of RGB (Red+Green+Blue) = 223+128+96=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8060 is #207F9F. Grayscale: #989898. Windows color (decimal): -2129824 or 6324447. OLE color: 6324447.

HSL color Cylindrical-coordinate representation of color #DF8060: hue angle of 15.12º 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 #DF8060 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 96 -
CMYK 0 0.43 0.57 0.13
HSL 15.12º 0.66% 0.63% -
HSV(B) 15.12º 0.57% 0.87% -
XYZ 40.26 31.97 15.12 -
YUV 152.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 223 128 96 0 0.43 0.57 0.13 15.12 0.66 0.63
Hex DF 80 60 0 2B 39 D F 42 3F
Octal 337 200 140 0 53 71 15 17 102 77
Binary 11011111 10000000 1100000 0 101011 111001 1101 1111 1000010 111111

Color Harmonies of #DF8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8060

Black with #DF8060

Text Example


Text Example

White with #DF8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8060; }

 p { color: rgb(223,128,96); }

 H1.HeaderClassName
 {
   color: #DF8060;
 }
 .AnyTagClassName
 {
   color: #DF8060;
 }
</style>

background-color css

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

 a { background-color: rgb(223,128,96); }

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

border-color css

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

 span { border-color: rgb(223,128,96); }

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