Html Css Color HEX #DC8C72 Copper

📋 copy color: '#DC8C72'

red 220 ◦ green 140 ◦ blue 114

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

Shades of Copper #DC8C72

Tints of Copper #DC8C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.05%

R = 46.41%
G = 29.54%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC8C72 (or 0xDC8C72) is known color: Copper. HEX triplet: DC, 8C and 72. RGB value is (220,140,114). Sum of RGB (Red+Green+Blue) = 220+140+114=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C72 is #23738D. Grayscale: #A1A1A1. Windows color (decimal): -2323342 or 7507164. OLE color: 7507164.

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

Color convert

RGB 220 140 114 -
CMYK 0 0.36 0.48 0.14
HSL 14.72º 0.6% 0.65% -
HSV(B) 14.72º 0.48% 0.86% -
XYZ 41.93 35.19 20.5 -
YUV 160.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 220 140 114 0 0.36 0.48 0.14 14.72 0.6 0.65
Hex DC 8C 72 0 24 30 E F 3C 41
Octal 334 214 162 0 44 60 16 17 74 101
Binary 11011100 10001100 1110010 0 100100 110000 1110 1111 111100 1000001

Color Harmonies of #DC8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C72

Black with #DC8C72

Text Example


Text Example

White with #DC8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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