Html Css Color HEX #DC8A70 Copper

📋 copy color: '#DC8A70'

red 220 ◦ green 138 ◦ blue 112

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

Shades of Copper #DC8A70

Tints of Copper #DC8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 46.81%
G = 29.36%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8A70 (or 0xDC8A70) is known color: Copper. HEX triplet: DC, 8A and 70. RGB value is (220,138,112). Sum of RGB (Red+Green+Blue) = 220+138+112=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A70 is #23758F. Grayscale: #9F9F9F. Windows color (decimal): -2323856 or 7375580. OLE color: 7375580.

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

Color convert

RGB 220 138 112 -
CMYK 0 0.37 0.49 0.14
HSL 14.44º 0.61% 0.65% -
HSV(B) 14.44º 0.49% 0.86% -
XYZ 41.53 34.56 19.81 -
YUV 159.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 220 138 112 0 0.37 0.49 0.14 14.44 0.61 0.65
Hex DC 8A 70 0 25 31 E E 3D 41
Octal 334 212 160 0 45 61 16 16 75 101
Binary 11011100 10001010 1110000 0 100101 110001 1110 1110 111101 1000001

Color Harmonies of #DC8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A70

Black with #DC8A70

Text Example


Text Example

White with #DC8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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