Html Css Color HEX #DC8460 Copper

📋 copy color: '#DC8460'

red 220 ◦ green 132 ◦ blue 96

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

Shades of Copper #DC8460

Tints of Copper #DC8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 49.11%
G = 29.46%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8460 (or 0xDC8460) is known color: Copper. HEX triplet: DC, 84 and 60. RGB value is (220,132,96). Sum of RGB (Red+Green+Blue) = 220+132+96=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8460 is #237B9F. Grayscale: #9A9A9A. Windows color (decimal): -2325408 or 6325468. OLE color: 6325468.

HSL color Cylindrical-coordinate representation of color #DC8460: hue angle of 17.42º 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 #DC8460 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 96 -
CMYK 0 0.40 0.56 0.14
HSL 17.42º 0.64% 0.62% -
HSV(B) 17.42º 0.56% 0.86% -
XYZ 39.88 32.56 15.25 -
YUV 154.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 220 132 96 0 0.40 0.56 0.14 17.42 0.64 0.62
Hex DC 84 60 0 28 38 E 11 40 3E
Octal 334 204 140 0 50 70 16 21 100 76
Binary 11011100 10000100 1100000 0 101000 111000 1110 10001 1000000 111110

Color Harmonies of #DC8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8460

Black with #DC8460

Text Example


Text Example

White with #DC8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8460; }

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

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

background-color css

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

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

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

border-color css

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

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

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