Html Css Color HEX #DC855E Copper

📋 copy color: '#DC855E'

red 220 ◦ green 133 ◦ blue 94

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

Shades of Copper #DC855E

Tints of Copper #DC855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 49.22%
G = 29.75%
B = 21.03%

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

#DC855E (or 0xDC855E) is known color: Copper. HEX triplet: DC, 85 and 5E. RGB value is (220,133,94). Sum of RGB (Red+Green+Blue) = 220+133+94=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC855E is #237AA1. Grayscale: #9A9A9A. Windows color (decimal): -2325154 or 6194652. OLE color: 6194652.

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

Color convert

RGB 220 133 94 -
CMYK 0 0.40 0.57 0.14
HSL 18.57º 0.64% 0.62% -
HSV(B) 18.57º 0.57% 0.86% -
XYZ 39.92 32.8 14.82 -
YUV 154.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 220 133 94 0 0.40 0.57 0.14 18.57 0.64 0.62
Hex DC 85 5E 0 28 39 E 13 40 3E
Octal 334 205 136 0 50 71 16 23 100 76
Binary 11011100 10000101 1011110 0 101000 111001 1110 10011 1000000 111110

Color Harmonies of #DC855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC855E

Black with #DC855E

Text Example


Text Example

White with #DC855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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