Html Css Color HEX #DC8D64 Copper

📋 copy color: '#DC8D64'

red 220 ◦ green 141 ◦ blue 100

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

Shades of Copper #DC8D64

Tints of Copper #DC8D64

RGB

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

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

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

R = 47.72%
G = 30.59%
B = 21.69%

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

#DC8D64 (or 0xDC8D64) is known color: Copper. HEX triplet: DC, 8D and 64. RGB value is (220,141,100). Sum of RGB (Red+Green+Blue) = 220+141+100=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D64 is #23729B. Grayscale: #A0A0A0. Windows color (decimal): -2323100 or 6589916. OLE color: 6589916.

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

Color convert

RGB 220 141 100 -
CMYK 0 0.36 0.55 0.14
HSL 20.5º 0.63% 0.63% -
HSV(B) 20.5º 0.55% 0.86% -
XYZ 41.34 35.19 16.67 -
YUV 159.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 220 141 100 0 0.36 0.55 0.14 20.5 0.63 0.63
Hex DC 8D 64 0 24 37 E 14 3F 3F
Octal 334 215 144 0 44 67 16 24 77 77
Binary 11011100 10001101 1100100 0 100100 110111 1110 10100 111111 111111

Color Harmonies of #DC8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D64

Black with #DC8D64

Text Example


Text Example

White with #DC8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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