Html Css Color HEX #DC8365 Copper

📋 copy color: '#DC8365'

red 220 ◦ green 131 ◦ blue 101

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

Shades of Copper #DC8365

Tints of Copper #DC8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 48.67%
G = 28.98%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8365 (or 0xDC8365) is known color: Copper. HEX triplet: DC, 83 and 65. RGB value is (220,131,101). Sum of RGB (Red+Green+Blue) = 220+131+101=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8365 is #237C9A. Grayscale: #9A9A9A. Windows color (decimal): -2325659 or 6652892. OLE color: 6652892.

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

Color convert

RGB 220 131 101 -
CMYK 0 0.40 0.54 0.14
HSL 15.13º 0.63% 0.63% -
HSV(B) 15.13º 0.54% 0.86% -
XYZ 39.98 32.39 16.46 -
YUV 154.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 220 131 101 0 0.40 0.54 0.14 15.13 0.63 0.63
Hex DC 83 65 0 28 36 E F 3F 3F
Octal 334 203 145 0 50 66 16 17 77 77
Binary 11011100 10000011 1100101 0 101000 110110 1110 1111 111111 111111

Color Harmonies of #DC8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8365

Black with #DC8365

Text Example


Text Example

White with #DC8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8365; }

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

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

background-color css

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

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

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

border-color css

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

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

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