Html Css Color HEX #DC8A5D Copper

📋 copy color: '#DC8A5D'

red 220 ◦ green 138 ◦ blue 93

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

Shades of Copper #DC8A5D

Tints of Copper #DC8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 48.78%
G = 30.6%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC8A5D (or 0xDC8A5D) is known color: Copper. HEX triplet: DC, 8A and 5D. RGB value is (220,138,93). Sum of RGB (Red+Green+Blue) = 220+138+93=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A5D is #2375A2. Grayscale: #9D9D9D. Windows color (decimal): -2323875 or 6130396. OLE color: 6130396.

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

Color convert

RGB 220 138 93 -
CMYK 0 0.37 0.58 0.14
HSL 21.26º 0.64% 0.61% -
HSV(B) 21.26º 0.58% 0.86% -
XYZ 40.58 34.18 14.82 -
YUV 157.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 220 138 93 0 0.37 0.58 0.14 21.26 0.64 0.61
Hex DC 8A 5D 0 25 3A E 15 40 3D
Octal 334 212 135 0 45 72 16 25 100 75
Binary 11011100 10001010 1011101 0 100101 111010 1110 10101 1000000 111101

Color Harmonies of #DC8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A5D

Black with #DC8A5D

Text Example


Text Example

White with #DC8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A5D; }

 p { color: rgb(220,138,93); }

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

background-color css

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

 a { background-color: rgb(220,138,93); }

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

border-color css

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

 span { border-color: rgb(220,138,93); }

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