Html Css Color HEX #DC876C Copper

📋 copy color: '#DC876C'

red 220 ◦ green 135 ◦ blue 108

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

Shades of Copper #DC876C

Tints of Copper #DC876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 47.52%
G = 29.16%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC876C (or 0xDC876C) is known color: Copper. HEX triplet: DC, 87 and 6C. RGB value is (220,135,108). Sum of RGB (Red+Green+Blue) = 220+135+108=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC876C is #237893. Grayscale: #9D9D9D. Windows color (decimal): -2324628 or 7112668. OLE color: 7112668.

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

Color convert

RGB 220 135 108 -
CMYK 0 0.39 0.51 0.14
HSL 14.46º 0.62% 0.64% -
HSV(B) 14.46º 0.51% 0.86% -
XYZ 40.89 33.63 18.52 -
YUV 157.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 220 135 108 0 0.39 0.51 0.14 14.46 0.62 0.64
Hex DC 87 6C 0 27 33 E E 3E 40
Octal 334 207 154 0 47 63 16 16 76 100
Binary 11011100 10000111 1101100 0 100111 110011 1110 1110 111110 1000000

Color Harmonies of #DC876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC876C

Black with #DC876C

Text Example


Text Example

White with #DC876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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