Html Css Color HEX #DC8458 Copper

📋 copy color: '#DC8458'

red 220 ◦ green 132 ◦ blue 88

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

Shades of Copper #DC8458

Tints of Copper #DC8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 88 (34.77% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8458 (or 0xDC8458) is known color: Copper. HEX triplet: DC, 84 and 58. RGB value is (220,132,88). Sum of RGB (Red+Green+Blue) = 220+132+88=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8458 is #237BA7. Grayscale: #999999. Windows color (decimal): -2325416 or 5801180. OLE color: 5801180.

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

Color convert

RGB 220 132 88 -
CMYK 0 0.40 0.6 0.14
HSL 20º 0.65% 0.6% -
HSV(B) 20º 0.6% 0.86% -
XYZ 39.53 32.42 13.41 -
YUV 153.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 220 132 88 0 0.40 0.6 0.14 20 0.65 0.6
Hex DC 84 58 0 28 3C E 14 41 3C
Octal 334 204 130 0 50 74 16 24 101 74
Binary 11011100 10000100 1011000 0 101000 111100 1110 10100 1000001 111100

Color Harmonies of #DC8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8458

Black with #DC8458

Text Example


Text Example

White with #DC8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8458; }

 p { color: rgb(220,132,88); }

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

background-color css

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

 a { background-color: rgb(220,132,88); }

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

border-color css

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

 span { border-color: rgb(220,132,88); }

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