Html Css Color HEX #DC8D70 Copper

📋 copy color: '#DC8D70'

red 220 ◦ green 141 ◦ blue 112

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

Shades of Copper #DC8D70

Tints of Copper #DC8D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 46.51%
G = 29.81%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8D70 (or 0xDC8D70) is known color: Copper. HEX triplet: DC, 8D and 70. RGB value is (220,141,112). Sum of RGB (Red+Green+Blue) = 220+141+112=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D70 is #23728F. Grayscale: #A1A1A1. Windows color (decimal): -2323088 or 7376348. OLE color: 7376348.

HSL color Cylindrical-coordinate representation of color #DC8D70: hue angle of 16.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8D70 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 112 -
CMYK 0 0.36 0.49 0.14
HSL 16.11º 0.61% 0.65% -
HSV(B) 16.11º 0.49% 0.86% -
XYZ 41.96 35.44 19.96 -
YUV 161.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 220 141 112 0 0.36 0.49 0.14 16.11 0.61 0.65
Hex DC 8D 70 0 24 31 E 10 3D 41
Octal 334 215 160 0 44 61 16 20 75 101
Binary 11011100 10001101 1110000 0 100100 110001 1110 10000 111101 1000001

Color Harmonies of #DC8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D70

Black with #DC8D70

Text Example


Text Example

White with #DC8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D70; }

 p { color: rgb(220,141,112); }

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

background-color css

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

 a { background-color: rgb(220,141,112); }

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

border-color css

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

 span { border-color: rgb(220,141,112); }

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