Html Css Color HEX #DC875E Copper

📋 copy color: '#DC875E'

red 220 ◦ green 135 ◦ blue 94

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

Shades of Copper #DC875E

Tints of Copper #DC875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 49%
G = 30.07%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC875E (or 0xDC875E) is known color: Copper. HEX triplet: DC, 87 and 5E. RGB value is (220,135,94). Sum of RGB (Red+Green+Blue) = 220+135+94=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC875E is #2378A1. Grayscale: #9B9B9B. Windows color (decimal): -2324642 or 6195164. OLE color: 6195164.

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

Color convert

RGB 220 135 94 -
CMYK 0 0.39 0.57 0.14
HSL 19.52º 0.64% 0.62% -
HSV(B) 19.52º 0.57% 0.86% -
XYZ 40.2 33.35 14.91 -
YUV 155.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 220 135 94 0 0.39 0.57 0.14 19.52 0.64 0.62
Hex DC 87 5E 0 27 39 E 14 40 3E
Octal 334 207 136 0 47 71 16 24 100 76
Binary 11011100 10000111 1011110 0 100111 111001 1110 10100 1000000 111110

Color Harmonies of #DC875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC875E

Black with #DC875E

Text Example


Text Example

White with #DC875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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