Html Css Color HEX #DC8061 Copper

📋 copy color: '#DC8061'

red 220 ◦ green 128 ◦ blue 97

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

Shades of Copper #DC8061

Tints of Copper #DC8061

RGB

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

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

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

R = 49.44%
G = 28.76%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8061 (or 0xDC8061) is known color: Copper. HEX triplet: DC, 80 and 61. RGB value is (220,128,97). Sum of RGB (Red+Green+Blue) = 220+128+97=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8061 is #237F9E. Grayscale: #989898. Windows color (decimal): -2326431 or 6389980. OLE color: 6389980.

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

Color convert

RGB 220 128 97 -
CMYK 0 0.42 0.56 0.14
HSL 15.12º 0.64% 0.62% -
HSV(B) 15.12º 0.56% 0.86% -
XYZ 39.39 31.52 15.32 -
YUV 151.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 220 128 97 0 0.42 0.56 0.14 15.12 0.64 0.62
Hex DC 80 61 0 2A 38 E F 40 3E
Octal 334 200 141 0 52 70 16 17 100 76
Binary 11011100 10000000 1100001 0 101010 111000 1110 1111 1000000 111110

Color Harmonies of #DC8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8061

Black with #DC8061

Text Example


Text Example

White with #DC8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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