Html Css Color HEX #DC8F6D Copper

📋 copy color: '#DC8F6D'

red 220 ◦ green 143 ◦ blue 109

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

Shades of Copper #DC8F6D

Tints of Copper #DC8F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 46.61%
G = 30.3%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC8F6D (or 0xDC8F6D) is known color: Copper. HEX triplet: DC, 8F and 6D. RGB value is (220,143,109). Sum of RGB (Red+Green+Blue) = 220+143+109=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F6D is #237092. Grayscale: #A2A2A2. Windows color (decimal): -2322579 or 7180252. OLE color: 7180252.

HSL color Cylindrical-coordinate representation of color #DC8F6D: hue angle of 18.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC8F6D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 143 109 -
CMYK 0 0.35 0.50 0.14
HSL 18.38º 0.61% 0.65% -
HSV(B) 18.38º 0.5% 0.86% -
XYZ 42.1 35.96 19.19 -
YUV 162.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 220 143 109 0 0.35 0.50 0.14 18.38 0.61 0.65
Hex DC 8F 6D 0 23 32 E 12 3D 41
Octal 334 217 155 0 43 62 16 22 75 101
Binary 11011100 10001111 1101101 0 100011 110010 1110 10010 111101 1000001

Color Harmonies of #DC8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F6D

Black with #DC8F6D

Text Example


Text Example

White with #DC8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F6D; }

 p { color: rgb(220,143,109); }

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

background-color css

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

 a { background-color: rgb(220,143,109); }

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

border-color css

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

 span { border-color: rgb(220,143,109); }

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