Html Css Color HEX #DC8C62 Copper

📋 copy color: '#DC8C62'

red 220 ◦ green 140 ◦ blue 98

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

Shades of Copper #DC8C62

Tints of Copper #DC8C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 48.03%
G = 30.57%
B = 21.4%

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

#DC8C62 (or 0xDC8C62) is known color: Copper. HEX triplet: DC, 8C and 62. RGB value is (220,140,98). Sum of RGB (Red+Green+Blue) = 220+140+98=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C62 is #23739D. Grayscale: #9F9F9F. Windows color (decimal): -2323358 or 6458588. OLE color: 6458588.

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

Color convert

RGB 220 140 98 -
CMYK 0 0.36 0.55 0.14
HSL 20.66º 0.64% 0.62% -
HSV(B) 20.66º 0.55% 0.86% -
XYZ 41.1 34.85 16.12 -
YUV 159.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 220 140 98 0 0.36 0.55 0.14 20.66 0.64 0.62
Hex DC 8C 62 0 24 37 E 15 40 3E
Octal 334 214 142 0 44 67 16 25 100 76
Binary 11011100 10001100 1100010 0 100100 110111 1110 10101 1000000 111110

Color Harmonies of #DC8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C62

Black with #DC8C62

Text Example


Text Example

White with #DC8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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