Html Css Color HEX #DC8D6E Copper

📋 copy color: '#DC8D6E'

red 220 ◦ green 141 ◦ blue 110

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

Shades of Copper #DC8D6E

Tints of Copper #DC8D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 46.71%
G = 29.94%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC8D6E (or 0xDC8D6E) is known color: Copper. HEX triplet: DC, 8D and 6E. RGB value is (220,141,110). Sum of RGB (Red+Green+Blue) = 220+141+110=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D6E is #237291. Grayscale: #A1A1A1. Windows color (decimal): -2323090 or 7245276. OLE color: 7245276.

HSL color Cylindrical-coordinate representation of color #DC8D6E: hue angle of 16.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC8D6E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 110 -
CMYK 0 0.36 0.50 0.14
HSL 16.91º 0.61% 0.65% -
HSV(B) 16.91º 0.5% 0.86% -
XYZ 41.85 35.39 19.38 -
YUV 161.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 220 141 110 0 0.36 0.50 0.14 16.91 0.61 0.65
Hex DC 8D 6E 0 24 32 E 11 3D 41
Octal 334 215 156 0 44 62 16 21 75 101
Binary 11011100 10001101 1101110 0 100100 110010 1110 10001 111101 1000001

Color Harmonies of #DC8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D6E

Black with #DC8D6E

Text Example


Text Example

White with #DC8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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