Html Css Color HEX #DC8E6F Copper

📋 copy color: '#DC8E6F'

red 220 ◦ green 142 ◦ blue 111

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

Shades of Copper #DC8E6F

Tints of Copper #DC8E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 46.51%
G = 30.02%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC8E6F (or 0xDC8E6F) is known color: Copper. HEX triplet: DC, 8E and 6F. RGB value is (220,142,111). Sum of RGB (Red+Green+Blue) = 220+142+111=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6F is #237190. Grayscale: #A1A1A1. Windows color (decimal): -2322833 or 7311068. OLE color: 7311068.

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

Color convert

RGB 220 142 111 -
CMYK 0 0.35 0.50 0.14
HSL 17.06º 0.61% 0.65% -
HSV(B) 17.06º 0.5% 0.86% -
XYZ 42.06 35.71 19.71 -
YUV 161.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 220 142 111 0 0.35 0.50 0.14 17.06 0.61 0.65
Hex DC 8E 6F 0 23 32 E 11 3D 41
Octal 334 216 157 0 43 62 16 21 75 101
Binary 11011100 10001110 1101111 0 100011 110010 1110 10001 111101 1000001

Color Harmonies of #DC8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E6F

Black with #DC8E6F

Text Example


Text Example

White with #DC8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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