Html Css Color HEX #DC8557 Copper

📋 copy color: '#DC8557'

red 220 ◦ green 133 ◦ blue 87

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

Shades of Copper #DC8557

Tints of Copper #DC8557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.77%

R = 50%
G = 30.23%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8557 (or 0xDC8557) is known color: Copper. HEX triplet: DC, 85 and 57. RGB value is (220,133,87). Sum of RGB (Red+Green+Blue) = 220+133+87=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8557 is #237AA8. Grayscale: #9A9A9A. Windows color (decimal): -2325161 or 5735900. OLE color: 5735900.

HSL color Cylindrical-coordinate representation of color #DC8557: hue angle of 20.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8557 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 87 -
CMYK 0 0.40 0.60 0.14
HSL 20.75º 0.66% 0.6% -
HSV(B) 20.75º 0.6% 0.86% -
XYZ 39.62 32.68 13.24 -
YUV 153.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 220 133 87 0 0.40 0.60 0.14 20.75 0.66 0.6
Hex DC 85 57 0 28 3C E 15 42 3C
Octal 334 205 127 0 50 74 16 25 102 74
Binary 11011100 10000101 1010111 0 101000 111100 1110 10101 1000010 111100

Color Harmonies of #DC8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8557

Black with #DC8557

Text Example


Text Example

White with #DC8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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