Html Css Color HEX #DC8964 Copper

📋 copy color: '#DC8964'

red 220 ◦ green 137 ◦ blue 100

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

Shades of Copper #DC8964

Tints of Copper #DC8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 48.14%
G = 29.98%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8964 (or 0xDC8964) is known color: Copper. HEX triplet: DC, 89 and 64. RGB value is (220,137,100). Sum of RGB (Red+Green+Blue) = 220+137+100=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8964 is #23769B. Grayscale: #9D9D9D. Windows color (decimal): -2324124 or 6588892. OLE color: 6588892.

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

Color convert

RGB 220 137 100 -
CMYK 0 0.38 0.55 0.14
HSL 18.5º 0.63% 0.63% -
HSV(B) 18.5º 0.55% 0.86% -
XYZ 40.76 34.03 16.48 -
YUV 157.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 220 137 100 0 0.38 0.55 0.14 18.5 0.63 0.63
Hex DC 89 64 0 26 37 E 12 3F 3F
Octal 334 211 144 0 46 67 16 22 77 77
Binary 11011100 10001001 1100100 0 100110 110111 1110 10010 111111 111111

Color Harmonies of #DC8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8964

Black with #DC8964

Text Example


Text Example

White with #DC8964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8964; }

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

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

background-color css

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

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

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

border-color css

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

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

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