Html Css Color HEX #DC8265 Copper

📋 copy color: '#DC8265'

red 220 ◦ green 130 ◦ blue 101

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

Shades of Copper #DC8265

Tints of Copper #DC8265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 48.78%
G = 28.82%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8265 (or 0xDC8265) is known color: Copper. HEX triplet: DC, 82 and 65. RGB value is (220,130,101). Sum of RGB (Red+Green+Blue) = 220+130+101=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8265 is #237D9A. Grayscale: #999999. Windows color (decimal): -2325915 or 6652636. OLE color: 6652636.

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

Color convert

RGB 220 130 101 -
CMYK 0 0.41 0.54 0.14
HSL 14.62º 0.63% 0.63% -
HSV(B) 14.62º 0.54% 0.86% -
XYZ 39.85 32.12 16.41 -
YUV 153.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 220 130 101 0 0.41 0.54 0.14 14.62 0.63 0.63
Hex DC 82 65 0 29 36 E F 3F 3F
Octal 334 202 145 0 51 66 16 17 77 77
Binary 11011100 10000010 1100101 0 101001 110110 1110 1111 111111 111111

Color Harmonies of #DC8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8265

Black with #DC8265

Text Example


Text Example

White with #DC8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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