Html Css Color HEX #DC8E64 Copper

📋 copy color: '#DC8E64'

red 220 ◦ green 142 ◦ blue 100

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

Shades of Copper #DC8E64

Tints of Copper #DC8E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 47.62%
G = 30.74%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8E64 (or 0xDC8E64) is known color: Copper. HEX triplet: DC, 8E and 64. RGB value is (220,142,100). Sum of RGB (Red+Green+Blue) = 220+142+100=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E64 is #23719B. Grayscale: #A0A0A0. Windows color (decimal): -2322844 or 6590172. OLE color: 6590172.

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

Color convert

RGB 220 142 100 -
CMYK 0 0.35 0.55 0.14
HSL 21º 0.63% 0.63% -
HSV(B) 21º 0.55% 0.86% -
XYZ 41.49 35.48 16.72 -
YUV 160.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 220 142 100 0 0.35 0.55 0.14 21 0.63 0.63
Hex DC 8E 64 0 23 37 E 15 3F 3F
Octal 334 216 144 0 43 67 16 25 77 77
Binary 11011100 10001110 1100100 0 100011 110111 1110 10101 111111 111111

Color Harmonies of #DC8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E64

Black with #DC8E64

Text Example


Text Example

White with #DC8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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