Html Css Color HEX #DC8861 Copper

📋 copy color: '#DC8861'

red 220 ◦ green 136 ◦ blue 97

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

Shades of Copper #DC8861

Tints of Copper #DC8861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 97 (38.28% from 255) = 21.41%

R = 48.57%
G = 30.02%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8861 (or 0xDC8861) is known color: Copper. HEX triplet: DC, 88 and 61. RGB value is (220,136,97). Sum of RGB (Red+Green+Blue) = 220+136+97=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8861 is #23779E. Grayscale: #9C9C9C. Windows color (decimal): -2324383 or 6392028. OLE color: 6392028.

HSL color Cylindrical-coordinate representation of color #DC8861: hue angle of 19.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8861 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 97 -
CMYK 0 0.38 0.56 0.14
HSL 19.02º 0.64% 0.62% -
HSV(B) 19.02º 0.56% 0.86% -
XYZ 40.48 33.69 15.68 -
YUV 156.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 220 136 97 0 0.38 0.56 0.14 19.02 0.64 0.62
Hex DC 88 61 0 26 38 E 13 40 3E
Octal 334 210 141 0 46 70 16 23 100 76
Binary 11011100 10001000 1100001 0 100110 111000 1110 10011 1000000 111110

Color Harmonies of #DC8861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8861

Black with #DC8861

Text Example


Text Example

White with #DC8861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8861; }

 p { color: rgb(220,136,97); }

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

background-color css

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

 a { background-color: rgb(220,136,97); }

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

border-color css

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

 span { border-color: rgb(220,136,97); }

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