Html Css Color HEX #DC8B5E Copper

📋 copy color: '#DC8B5E'

red 220 ◦ green 139 ◦ blue 94

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

Shades of Copper #DC8B5E

Tints of Copper #DC8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 48.57%
G = 30.68%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC8B5E (or 0xDC8B5E) is known color: Copper. HEX triplet: DC, 8B and 5E. RGB value is (220,139,94). Sum of RGB (Red+Green+Blue) = 220+139+94=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B5E is #2374A1. Grayscale: #9E9E9E. Windows color (decimal): -2323618 or 6196188. OLE color: 6196188.

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

Color convert

RGB 220 139 94 -
CMYK 0 0.37 0.57 0.14
HSL 21.43º 0.64% 0.62% -
HSV(B) 21.43º 0.57% 0.86% -
XYZ 40.77 34.49 15.1 -
YUV 158.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 220 139 94 0 0.37 0.57 0.14 21.43 0.64 0.62
Hex DC 8B 5E 0 25 39 E 15 40 3E
Octal 334 213 136 0 45 71 16 25 100 76
Binary 11011100 10001011 1011110 0 100101 111001 1110 10101 1000000 111110

Color Harmonies of #DC8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B5E

Black with #DC8B5E

Text Example


Text Example

White with #DC8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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