Html Css Color HEX #DC895D Copper

📋 copy color: '#DC895D'

red 220 ◦ green 137 ◦ blue 93

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

Shades of Copper #DC895D

Tints of Copper #DC895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

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

R = 48.89%
G = 30.44%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC895D (or 0xDC895D) is known color: Copper. HEX triplet: DC, 89 and 5D. RGB value is (220,137,93). Sum of RGB (Red+Green+Blue) = 220+137+93=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC895D is #2376A2. Grayscale: #9D9D9D. Windows color (decimal): -2324131 or 6130140. OLE color: 6130140.

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

Color convert

RGB 220 137 93 -
CMYK 0 0.38 0.58 0.14
HSL 20.79º 0.64% 0.61% -
HSV(B) 20.79º 0.58% 0.86% -
XYZ 40.44 33.9 14.77 -
YUV 156.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 220 137 93 0 0.38 0.58 0.14 20.79 0.64 0.61
Hex DC 89 5D 0 26 3A E 15 40 3D
Octal 334 211 135 0 46 72 16 25 100 75
Binary 11011100 10001001 1011101 0 100110 111010 1110 10101 1000000 111101

Color Harmonies of #DC895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC895D

Black with #DC895D

Text Example


Text Example

White with #DC895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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