Html Css Color HEX #DC8560 Copper

📋 copy color: '#DC8560'

red 220 ◦ green 133 ◦ blue 96

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

Shades of Copper #DC8560

Tints of Copper #DC8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 49%
G = 29.62%
B = 21.38%

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

#DC8560 (or 0xDC8560) is known color: Copper. HEX triplet: DC, 85 and 60. RGB value is (220,133,96). Sum of RGB (Red+Green+Blue) = 220+133+96=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8560 is #237A9F. Grayscale: #9B9B9B. Windows color (decimal): -2325152 or 6325724. OLE color: 6325724.

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

Color convert

RGB 220 133 96 -
CMYK 0 0.40 0.56 0.14
HSL 17.9º 0.64% 0.62% -
HSV(B) 17.9º 0.56% 0.86% -
XYZ 40.01 32.84 15.3 -
YUV 154.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 220 133 96 0 0.40 0.56 0.14 17.9 0.64 0.62
Hex DC 85 60 0 28 38 E 12 40 3E
Octal 334 205 140 0 50 70 16 22 100 76
Binary 11011100 10000101 1100000 0 101000 111000 1110 10010 1000000 111110

Color Harmonies of #DC8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8560

Black with #DC8560

Text Example


Text Example

White with #DC8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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