Html Css Color HEX #DC8D62 Copper

📋 copy color: '#DC8D62'

red 220 ◦ green 141 ◦ blue 98

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

Shades of Copper #DC8D62

Tints of Copper #DC8D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 47.93%
G = 30.72%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8D62 (or 0xDC8D62) is known color: Copper. HEX triplet: DC, 8D and 62. RGB value is (220,141,98). Sum of RGB (Red+Green+Blue) = 220+141+98=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D62 is #23729D. Grayscale: #9F9F9F. Windows color (decimal): -2323102 or 6458844. OLE color: 6458844.

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

Color convert

RGB 220 141 98 -
CMYK 0 0.36 0.55 0.14
HSL 21.15º 0.64% 0.62% -
HSV(B) 21.15º 0.55% 0.86% -
XYZ 41.24 35.15 16.17 -
YUV 159.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 220 141 98 0 0.36 0.55 0.14 21.15 0.64 0.62
Hex DC 8D 62 0 24 37 E 15 40 3E
Octal 334 215 142 0 44 67 16 25 100 76
Binary 11011100 10001101 1100010 0 100100 110111 1110 10101 1000000 111110

Color Harmonies of #DC8D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D62

Black with #DC8D62

Text Example


Text Example

White with #DC8D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D62; }

 p { color: rgb(220,141,98); }

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

background-color css

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

 a { background-color: rgb(220,141,98); }

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

border-color css

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

 span { border-color: rgb(220,141,98); }

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