Html Css Color HEX #DC8F64 Copper

📋 copy color: '#DC8F64'

red 220 ◦ green 143 ◦ blue 100

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

Shades of Copper #DC8F64

Tints of Copper #DC8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 47.52%
G = 30.89%
B = 21.6%

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

#DC8F64 (or 0xDC8F64) is known color: Copper. HEX triplet: DC, 8F and 64. RGB value is (220,143,100). Sum of RGB (Red+Green+Blue) = 220+143+100=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F64 is #23709B. Grayscale: #A1A1A1. Windows color (decimal): -2322588 or 6590428. OLE color: 6590428.

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

Color convert

RGB 220 143 100 -
CMYK 0 0.35 0.55 0.14
HSL 21.5º 0.63% 0.63% -
HSV(B) 21.5º 0.55% 0.86% -
XYZ 41.64 35.78 16.77 -
YUV 161.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 220 143 100 0 0.35 0.55 0.14 21.5 0.63 0.63
Hex DC 8F 64 0 23 37 E 16 3F 3F
Octal 334 217 144 0 43 67 16 26 77 77
Binary 11011100 10001111 1100100 0 100011 110111 1110 10110 111111 111111

Color Harmonies of #DC8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F64

Black with #DC8F64

Text Example


Text Example

White with #DC8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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