Html Css Color HEX #DC876D Copper

📋 copy color: '#DC876D'

red 220 ◦ green 135 ◦ blue 109

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

Shades of Copper #DC876D

Tints of Copper #DC876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 47.41%
G = 29.09%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC876D (or 0xDC876D) is known color: Copper. HEX triplet: DC, 87 and 6D. RGB value is (220,135,109). Sum of RGB (Red+Green+Blue) = 220+135+109=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC876D is #237892. Grayscale: #9D9D9D. Windows color (decimal): -2324627 or 7178204. OLE color: 7178204.

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

Color convert

RGB 220 135 109 -
CMYK 0 0.39 0.50 0.14
HSL 14.05º 0.61% 0.65% -
HSV(B) 14.05º 0.5% 0.86% -
XYZ 40.94 33.65 18.8 -
YUV 157.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 220 135 109 0 0.39 0.50 0.14 14.05 0.61 0.65
Hex DC 87 6D 0 27 32 E E 3D 41
Octal 334 207 155 0 47 62 16 16 75 101
Binary 11011100 10000111 1101101 0 100111 110010 1110 1110 111101 1000001

Color Harmonies of #DC876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC876D

Black with #DC876D

Text Example


Text Example

White with #DC876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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