Html Css Color HEX #DC8C60 Copper

📋 copy color: '#DC8C60'

red 220 ◦ green 140 ◦ blue 96

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

Shades of Copper #DC8C60

Tints of Copper #DC8C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 48.25%
G = 30.7%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8C60 (or 0xDC8C60) is known color: Copper. HEX triplet: DC, 8C and 60. RGB value is (220,140,96). Sum of RGB (Red+Green+Blue) = 220+140+96=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C60 is #23739F. Grayscale: #9F9F9F. Windows color (decimal): -2323360 or 6327516. OLE color: 6327516.

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

Color convert

RGB 220 140 96 -
CMYK 0 0.36 0.56 0.14
HSL 21.29º 0.64% 0.62% -
HSV(B) 21.29º 0.56% 0.86% -
XYZ 41 34.82 15.63 -
YUV 158.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 220 140 96 0 0.36 0.56 0.14 21.29 0.64 0.62
Hex DC 8C 60 0 24 38 E 15 40 3E
Octal 334 214 140 0 44 70 16 25 100 76
Binary 11011100 10001100 1100000 0 100100 111000 1110 10101 1000000 111110

Color Harmonies of #DC8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C60

Black with #DC8C60

Text Example


Text Example

White with #DC8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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