Html Css Color HEX #DC8C5F Copper

📋 copy color: '#DC8C5F'

red 220 ◦ green 140 ◦ blue 95

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

Shades of Copper #DC8C5F

Tints of Copper #DC8C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 48.35%
G = 30.77%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC8C5F (or 0xDC8C5F) is known color: Copper. HEX triplet: DC, 8C and 5F. RGB value is (220,140,95). Sum of RGB (Red+Green+Blue) = 220+140+95=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C5F is #2373A0. Grayscale: #9F9F9F. Windows color (decimal): -2323361 or 6261980. OLE color: 6261980.

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

Color convert

RGB 220 140 95 -
CMYK 0 0.36 0.57 0.14
HSL 21.6º 0.64% 0.62% -
HSV(B) 21.6º 0.57% 0.86% -
XYZ 40.96 34.8 15.38 -
YUV 158.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 220 140 95 0 0.36 0.57 0.14 21.6 0.64 0.62
Hex DC 8C 5F 0 24 39 E 16 40 3E
Octal 334 214 137 0 44 71 16 26 100 76
Binary 11011100 10001100 1011111 0 100100 111001 1110 10110 1000000 111110

Color Harmonies of #DC8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C5F

Black with #DC8C5F

Text Example


Text Example

White with #DC8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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