Html Css Color HEX #DC8461 Copper

📋 copy color: '#DC8461'

red 220 ◦ green 132 ◦ blue 97

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

Shades of Copper #DC8461

Tints of Copper #DC8461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 49%
G = 29.4%
B = 21.6%

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

#DC8461 (or 0xDC8461) is known color: Copper. HEX triplet: DC, 84 and 61. RGB value is (220,132,97). Sum of RGB (Red+Green+Blue) = 220+132+97=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8461 is #237B9E. Grayscale: #9A9A9A. Windows color (decimal): -2325407 or 6391004. OLE color: 6391004.

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

Color convert

RGB 220 132 97 -
CMYK 0 0.40 0.56 0.14
HSL 17.07º 0.64% 0.62% -
HSV(B) 17.07º 0.56% 0.86% -
XYZ 39.92 32.58 15.49 -
YUV 154.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 220 132 97 0 0.40 0.56 0.14 17.07 0.64 0.62
Hex DC 84 61 0 28 38 E 11 40 3E
Octal 334 204 141 0 50 70 16 21 100 76
Binary 11011100 10000100 1100001 0 101000 111000 1110 10001 1000000 111110

Color Harmonies of #DC8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8461

Black with #DC8461

Text Example


Text Example

White with #DC8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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