Html Css Color HEX #DC8065 Copper

📋 copy color: '#DC8065'

red 220 ◦ green 128 ◦ blue 101

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

Shades of Copper #DC8065

Tints of Copper #DC8065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 49%
G = 28.51%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8065 (or 0xDC8065) is known color: Copper. HEX triplet: DC, 80 and 65. RGB value is (220,128,101). Sum of RGB (Red+Green+Blue) = 220+128+101=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8065 is #237F9A. Grayscale: #989898. Windows color (decimal): -2326427 or 6652124. OLE color: 6652124.

HSL color Cylindrical-coordinate representation of color #DC8065: hue angle of 13.61º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8065 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 101 -
CMYK 0 0.42 0.54 0.14
HSL 13.61º 0.63% 0.63% -
HSV(B) 13.61º 0.54% 0.86% -
XYZ 39.58 31.59 16.32 -
YUV 152.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 220 128 101 0 0.42 0.54 0.14 13.61 0.63 0.63
Hex DC 80 65 0 2A 36 E E 3F 3F
Octal 334 200 145 0 52 66 16 16 77 77
Binary 11011100 10000000 1100101 0 101010 110110 1110 1110 111111 111111

Color Harmonies of #DC8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8065

Black with #DC8065

Text Example


Text Example

White with #DC8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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