Html Css Color HEX #DC8A6D Copper

📋 copy color: '#DC8A6D'

red 220 ◦ green 138 ◦ blue 109

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

Shades of Copper #DC8A6D

Tints of Copper #DC8A6D

RGB

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

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

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

R = 47.11%
G = 29.55%
B = 23.34%

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

#DC8A6D (or 0xDC8A6D) is known color: Copper. HEX triplet: DC, 8A and 6D. RGB value is (220,138,109). Sum of RGB (Red+Green+Blue) = 220+138+109=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A6D is #237592. Grayscale: #9F9F9F. Windows color (decimal): -2323859 or 7178972. OLE color: 7178972.

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

Color convert

RGB 220 138 109 -
CMYK 0 0.37 0.50 0.14
HSL 15.68º 0.61% 0.65% -
HSV(B) 15.68º 0.5% 0.86% -
XYZ 41.36 34.5 18.95 -
YUV 159.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 220 138 109 0 0.37 0.50 0.14 15.68 0.61 0.65
Hex DC 8A 6D 0 25 32 E 10 3D 41
Octal 334 212 155 0 45 62 16 20 75 101
Binary 11011100 10001010 1101101 0 100101 110010 1110 10000 111101 1000001

Color Harmonies of #DC8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A6D

Black with #DC8A6D

Text Example


Text Example

White with #DC8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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