Html Css Color HEX #DC8759 Copper

📋 copy color: '#DC8759'

red 220 ◦ green 135 ◦ blue 89

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

Shades of Copper #DC8759

Tints of Copper #DC8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

 BLUE value IS 89 (35.16% from 255) = 20.05%

R = 49.55%
G = 30.41%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8759 (or 0xDC8759) is known color: Copper. HEX triplet: DC, 87 and 59. RGB value is (220,135,89). Sum of RGB (Red+Green+Blue) = 220+135+89=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8759 is #2378A6. Grayscale: #9B9B9B. Windows color (decimal): -2324647 or 5867484. OLE color: 5867484.

HSL color Cylindrical-coordinate representation of color #DC8759: hue angle of 21.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8759 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 89 -
CMYK 0 0.39 0.60 0.14
HSL 21.07º 0.65% 0.61% -
HSV(B) 21.07º 0.6% 0.86% -
XYZ 39.98 33.26 13.76 -
YUV 155.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 220 135 89 0 0.39 0.60 0.14 21.07 0.65 0.61
Hex DC 87 59 0 27 3C E 15 41 3D
Octal 334 207 131 0 47 74 16 25 101 75
Binary 11011100 10000111 1011001 0 100111 111100 1110 10101 1000001 111101

Color Harmonies of #DC8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8759

Black with #DC8759

Text Example


Text Example

White with #DC8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8759; }

 p { color: rgb(220,135,89); }

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

background-color css

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

 a { background-color: rgb(220,135,89); }

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

border-color css

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

 span { border-color: rgb(220,135,89); }

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