Html Css Color HEX #DC9170 Copper

📋 copy color: '#DC9170'

red 220 ◦ green 145 ◦ blue 112

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

Shades of Copper #DC9170

Tints of Copper #DC9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

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

R = 46.12%
G = 30.4%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9170 (or 0xDC9170) is known color: Copper. HEX triplet: DC, 91 and 70. RGB value is (220,145,112). Sum of RGB (Red+Green+Blue) = 220+145+112=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9170 is #236E8F. Grayscale: #A3A3A3. Windows color (decimal): -2322064 or 7377372. OLE color: 7377372.

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

Color convert

RGB 220 145 112 -
CMYK 0 0.34 0.49 0.14
HSL 18.33º 0.61% 0.65% -
HSV(B) 18.33º 0.49% 0.86% -
XYZ 42.57 36.64 20.16 -
YUV 163.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 220 145 112 0 0.34 0.49 0.14 18.33 0.61 0.65
Hex DC 91 70 0 22 31 E 12 3D 41
Octal 334 221 160 0 42 61 16 22 75 101
Binary 11011100 10010001 1110000 0 100010 110001 1110 10010 111101 1000001

Color Harmonies of #DC9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9170

Black with #DC9170

Text Example


Text Example

White with #DC9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9170; }

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

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

background-color css

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

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

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

border-color css

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

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

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