Html Css Color HEX #DC8A6F Copper

📋 copy color: '#DC8A6F'

red 220 ◦ green 138 ◦ blue 111

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

Shades of Copper #DC8A6F

Tints of Copper #DC8A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 46.91%
G = 29.42%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC8A6F (or 0xDC8A6F) is known color: Copper. HEX triplet: DC, 8A and 6F. RGB value is (220,138,111). Sum of RGB (Red+Green+Blue) = 220+138+111=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A6F is #237590. Grayscale: #9F9F9F. Windows color (decimal): -2323857 or 7310044. OLE color: 7310044.

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

Color convert

RGB 220 138 111 -
CMYK 0 0.37 0.50 0.14
HSL 14.86º 0.61% 0.65% -
HSV(B) 14.86º 0.5% 0.86% -
XYZ 41.47 34.54 19.52 -
YUV 159.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 220 138 111 0 0.37 0.50 0.14 14.86 0.61 0.65
Hex DC 8A 6F 0 25 32 E F 3D 41
Octal 334 212 157 0 45 62 16 17 75 101
Binary 11011100 10001010 1101111 0 100101 110010 1110 1111 111101 1000001

Color Harmonies of #DC8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A6F

Black with #DC8A6F

Text Example


Text Example

White with #DC8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A6F; }

 p { color: rgb(220,138,111); }

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

background-color css

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

 a { background-color: rgb(220,138,111); }

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

border-color css

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

 span { border-color: rgb(220,138,111); }

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