Html Css Color HEX #DC8260 Copper

📋 copy color: '#DC8260'

red 220 ◦ green 130 ◦ blue 96

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

Shades of Copper #DC8260

Tints of Copper #DC8260

RGB

 RED value IS 220 (86.33% from 255) = 49.33%

 GREEN value IS 130 (51.17% from 255) = 29.15%

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

R = 49.33%
G = 29.15%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8260 (or 0xDC8260) is known color: Copper. HEX triplet: DC, 82 and 60. RGB value is (220,130,96). Sum of RGB (Red+Green+Blue) = 220+130+96=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8260 is #237D9F. Grayscale: #999999. Windows color (decimal): -2325920 or 6324956. OLE color: 6324956.

HSL color Cylindrical-coordinate representation of color #DC8260: hue angle of 16.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8260 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 96 -
CMYK 0 0.41 0.56 0.14
HSL 16.45º 0.64% 0.62% -
HSV(B) 16.45º 0.56% 0.86% -
XYZ 39.61 32.03 15.16 -
YUV 153.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 220 130 96 0 0.41 0.56 0.14 16.45 0.64 0.62
Hex DC 82 60 0 29 38 E 10 40 3E
Octal 334 202 140 0 51 70 16 20 100 76
Binary 11011100 10000010 1100000 0 101001 111000 1110 10000 1000000 111110

Color Harmonies of #DC8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8260

Black with #DC8260

Text Example


Text Example

White with #DC8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8260; }

 p { color: rgb(220,130,96); }

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

background-color css

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

 a { background-color: rgb(220,130,96); }

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

border-color css

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

 span { border-color: rgb(220,130,96); }

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