Html Css Color HEX #DC8D6C Copper

📋 copy color: '#DC8D6C'

red 220 ◦ green 141 ◦ blue 108

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

Shades of Copper #DC8D6C

Tints of Copper #DC8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

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

R = 46.91%
G = 30.06%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC8D6C (or 0xDC8D6C) is known color: Copper. HEX triplet: DC, 8D and 6C. RGB value is (220,141,108). Sum of RGB (Red+Green+Blue) = 220+141+108=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D6C is #237293. Grayscale: #A1A1A1. Windows color (decimal): -2323092 or 7114204. OLE color: 7114204.

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

Color convert

RGB 220 141 108 -
CMYK 0 0.36 0.51 0.14
HSL 17.68º 0.62% 0.64% -
HSV(B) 17.68º 0.51% 0.86% -
XYZ 41.75 35.35 18.81 -
YUV 160.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 220 141 108 0 0.36 0.51 0.14 17.68 0.62 0.64
Hex DC 8D 6C 0 24 33 E 12 3E 40
Octal 334 215 154 0 44 63 16 22 76 100
Binary 11011100 10001101 1101100 0 100100 110011 1110 10010 111110 1000000

Color Harmonies of #DC8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D6C

Black with #DC8D6C

Text Example


Text Example

White with #DC8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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