Html Css Color HEX #DC8F71 Copper

📋 copy color: '#DC8F71'

red 220 ◦ green 143 ◦ blue 113

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

Shades of Copper #DC8F71

Tints of Copper #DC8F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

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

R = 46.22%
G = 30.04%
B = 23.74%

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

#DC8F71 (or 0xDC8F71) is known color: Copper. HEX triplet: DC, 8F and 71. RGB value is (220,143,113). Sum of RGB (Red+Green+Blue) = 220+143+113=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F71 is #23708E. Grayscale: #A2A2A2. Windows color (decimal): -2322575 or 7442396. OLE color: 7442396.

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

Color convert

RGB 220 143 113 -
CMYK 0 0.35 0.49 0.14
HSL 16.82º 0.6% 0.65% -
HSV(B) 16.82º 0.49% 0.86% -
XYZ 42.32 36.05 20.35 -
YUV 162.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 220 143 113 0 0.35 0.49 0.14 16.82 0.6 0.65
Hex DC 8F 71 0 23 31 E 11 3C 41
Octal 334 217 161 0 43 61 16 21 74 101
Binary 11011100 10001111 1110001 0 100011 110001 1110 10001 111100 1000001

Color Harmonies of #DC8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F71

Black with #DC8F71

Text Example


Text Example

White with #DC8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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