Html Css Color HEX #DC845E Copper

📋 copy color: '#DC845E'

red 220 ◦ green 132 ◦ blue 94

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

Shades of Copper #DC845E

Tints of Copper #DC845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

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

R = 49.33%
G = 29.6%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC845E (or 0xDC845E) is known color: Copper. HEX triplet: DC, 84 and 5E. RGB value is (220,132,94). Sum of RGB (Red+Green+Blue) = 220+132+94=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC845E is #237BA1. Grayscale: #9A9A9A. Windows color (decimal): -2325410 or 6194396. OLE color: 6194396.

HSL color Cylindrical-coordinate representation of color #DC845E: hue angle of 18.1º 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 #DC845E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 94 -
CMYK 0 0.40 0.57 0.14
HSL 18.1º 0.64% 0.62% -
HSV(B) 18.1º 0.57% 0.86% -
XYZ 39.79 32.53 14.77 -
YUV 153.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 220 132 94 0 0.40 0.57 0.14 18.1 0.64 0.62
Hex DC 84 5E 0 28 39 E 12 40 3E
Octal 334 204 136 0 50 71 16 22 100 76
Binary 11011100 10000100 1011110 0 101000 111001 1110 10010 1000000 111110

Color Harmonies of #DC845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC845E

Black with #DC845E

Text Example


Text Example

White with #DC845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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