Html Css Color HEX #DC895C Copper

📋 copy color: '#DC895C'

red 220 ◦ green 137 ◦ blue 92

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

Shades of Copper #DC895C

Tints of Copper #DC895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 49%
G = 30.51%
B = 20.49%

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

#DC895C (or 0xDC895C) is known color: Copper. HEX triplet: DC, 89 and 5C. RGB value is (220,137,92). Sum of RGB (Red+Green+Blue) = 220+137+92=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC895C is #2376A3. Grayscale: #9C9C9C. Windows color (decimal): -2324132 or 6064604. OLE color: 6064604.

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

Color convert

RGB 220 137 92 -
CMYK 0 0.38 0.58 0.14
HSL 21.09º 0.65% 0.61% -
HSV(B) 21.09º 0.58% 0.86% -
XYZ 40.39 33.88 14.54 -
YUV 156.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 220 137 92 0 0.38 0.58 0.14 21.09 0.65 0.61
Hex DC 89 5C 0 26 3A E 15 41 3D
Octal 334 211 134 0 46 72 16 25 101 75
Binary 11011100 10001001 1011100 0 100110 111010 1110 10101 1000001 111101

Color Harmonies of #DC895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC895C

Black with #DC895C

Text Example


Text Example

White with #DC895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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