Html Css Color HEX #DC9070 Copper

📋 copy color: '#DC9070'

red 220 ◦ green 144 ◦ blue 112

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

Shades of Copper #DC9070

Tints of Copper #DC9070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

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

R = 46.22%
G = 30.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9070 (or 0xDC9070) is known color: Copper. HEX triplet: DC, 90 and 70. RGB value is (220,144,112). Sum of RGB (Red+Green+Blue) = 220+144+112=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9070 is #236F8F. Grayscale: #A3A3A3. Windows color (decimal): -2322320 or 7377116. OLE color: 7377116.

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

Color convert

RGB 220 144 112 -
CMYK 0 0.35 0.49 0.14
HSL 17.78º 0.61% 0.65% -
HSV(B) 17.78º 0.49% 0.86% -
XYZ 42.41 36.33 20.11 -
YUV 163.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 220 144 112 0 0.35 0.49 0.14 17.78 0.61 0.65
Hex DC 90 70 0 23 31 E 12 3D 41
Octal 334 220 160 0 43 61 16 22 75 101
Binary 11011100 10010000 1110000 0 100011 110001 1110 10010 111101 1000001

Color Harmonies of #DC9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9070

Black with #DC9070

Text Example


Text Example

White with #DC9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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