Html Css Color HEX #DC8E6C Copper

📋 copy color: '#DC8E6C'

red 220 ◦ green 142 ◦ blue 108

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

Shades of Copper #DC8E6C

Tints of Copper #DC8E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 46.81%
G = 30.21%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC8E6C (or 0xDC8E6C) is known color: Copper. HEX triplet: DC, 8E and 6C. RGB value is (220,142,108). Sum of RGB (Red+Green+Blue) = 220+142+108=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6C is #237193. Grayscale: #A1A1A1. Windows color (decimal): -2322836 or 7114460. OLE color: 7114460.

HSL color Cylindrical-coordinate representation of color #DC8E6C: hue angle of 18.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC8E6C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 108 -
CMYK 0 0.35 0.51 0.14
HSL 18.21º 0.62% 0.64% -
HSV(B) 18.21º 0.51% 0.86% -
XYZ 41.89 35.64 18.86 -
YUV 161.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 220 142 108 0 0.35 0.51 0.14 18.21 0.62 0.64
Hex DC 8E 6C 0 23 33 E 12 3E 40
Octal 334 216 154 0 43 63 16 22 76 100
Binary 11011100 10001110 1101100 0 100011 110011 1110 10010 111110 1000000

Color Harmonies of #DC8E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E6C

Black with #DC8E6C

Text Example


Text Example

White with #DC8E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E6C; }

 p { color: rgb(220,142,108); }

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

background-color css

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

 a { background-color: rgb(220,142,108); }

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

border-color css

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

 span { border-color: rgb(220,142,108); }

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