Html Css Color HEX #DC9071 Copper

📋 copy color: '#DC9071'

red 220 ◦ green 144 ◦ blue 113

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

Shades of Copper #DC9071

Tints of Copper #DC9071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 46.12%
G = 30.19%
B = 23.69%

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

#DC9071 (or 0xDC9071) is known color: Copper. HEX triplet: DC, 90 and 71. RGB value is (220,144,113). Sum of RGB (Red+Green+Blue) = 220+144+113=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9071 is #236F8E. Grayscale: #A3A3A3. Windows color (decimal): -2322319 or 7442652. OLE color: 7442652.

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

Color convert

RGB 220 144 113 -
CMYK 0 0.35 0.49 0.14
HSL 17.38º 0.6% 0.65% -
HSV(B) 17.38º 0.49% 0.86% -
XYZ 42.47 36.35 20.4 -
YUV 163.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 220 144 113 0 0.35 0.49 0.14 17.38 0.6 0.65
Hex DC 90 71 0 23 31 E 11 3C 41
Octal 334 220 161 0 43 61 16 21 74 101
Binary 11011100 10010000 1110001 0 100011 110001 1110 10001 111100 1000001

Color Harmonies of #DC9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9071

Black with #DC9071

Text Example


Text Example

White with #DC9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9071; }

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

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

background-color css

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

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

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

border-color css

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

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

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