Html Css Color HEX #DC8C64 Copper

📋 copy color: '#DC8C64'

red 220 ◦ green 140 ◦ blue 100

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

Shades of Copper #DC8C64

Tints of Copper #DC8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

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

R = 47.83%
G = 30.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8C64 (or 0xDC8C64) is known color: Copper. HEX triplet: DC, 8C and 64. RGB value is (220,140,100). Sum of RGB (Red+Green+Blue) = 220+140+100=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C64 is #23739B. Grayscale: #9F9F9F. Windows color (decimal): -2323356 or 6589660. OLE color: 6589660.

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

Color convert

RGB 220 140 100 -
CMYK 0 0.36 0.55 0.14
HSL 20º 0.63% 0.63% -
HSV(B) 20º 0.55% 0.86% -
XYZ 41.19 34.89 16.62 -
YUV 159.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 220 140 100 0 0.36 0.55 0.14 20 0.63 0.63
Hex DC 8C 64 0 24 37 E 14 3F 3F
Octal 334 214 144 0 44 67 16 24 77 77
Binary 11011100 10001100 1100100 0 100100 110111 1110 10100 111111 111111

Color Harmonies of #DC8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C64

Black with #DC8C64

Text Example


Text Example

White with #DC8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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