Html Css Color HEX #DC8063 Copper

📋 copy color: '#DC8063'

red 220 ◦ green 128 ◦ blue 99

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

Shades of Copper #DC8063

Tints of Copper #DC8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 49.22%
G = 28.64%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8063 (or 0xDC8063) is known color: Copper. HEX triplet: DC, 80 and 63. RGB value is (220,128,99). Sum of RGB (Red+Green+Blue) = 220+128+99=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8063 is #237F9C. Grayscale: #989898. Windows color (decimal): -2326429 or 6521052. OLE color: 6521052.

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

Color convert

RGB 220 128 99 -
CMYK 0 0.42 0.55 0.14
HSL 14.38º 0.63% 0.63% -
HSV(B) 14.38º 0.55% 0.86% -
XYZ 39.49 31.55 15.81 -
YUV 152.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 220 128 99 0 0.42 0.55 0.14 14.38 0.63 0.63
Hex DC 80 63 0 2A 37 E E 3F 3F
Octal 334 200 143 0 52 67 16 16 77 77
Binary 11011100 10000000 1100011 0 101010 110111 1110 1110 111111 111111

Color Harmonies of #DC8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8063

Black with #DC8063

Text Example


Text Example

White with #DC8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8063; }

 p { color: rgb(220,128,99); }

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

background-color css

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

 a { background-color: rgb(220,128,99); }

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

border-color css

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

 span { border-color: rgb(220,128,99); }

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