Html Css Color HEX #DC876A Copper

📋 copy color: '#DC876A'

red 220 ◦ green 135 ◦ blue 106

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

Shades of Copper #DC876A

Tints of Copper #DC876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 47.72%
G = 29.28%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC876A (or 0xDC876A) is known color: Copper. HEX triplet: DC, 87 and 6A. RGB value is (220,135,106). Sum of RGB (Red+Green+Blue) = 220+135+106=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC876A is #237895. Grayscale: #9D9D9D. Windows color (decimal): -2324630 or 6981596. OLE color: 6981596.

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

Color convert

RGB 220 135 106 -
CMYK 0 0.39 0.52 0.14
HSL 15.26º 0.62% 0.64% -
HSV(B) 15.26º 0.52% 0.86% -
XYZ 40.78 33.58 17.97 -
YUV 157.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 220 135 106 0 0.39 0.52 0.14 15.26 0.62 0.64
Hex DC 87 6A 0 27 34 E F 3E 40
Octal 334 207 152 0 47 64 16 17 76 100
Binary 11011100 10000111 1101010 0 100111 110100 1110 1111 111110 1000000

Color Harmonies of #DC876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC876A

Black with #DC876A

Text Example


Text Example

White with #DC876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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