Html Css Color HEX #DC8D66 Copper

📋 copy color: '#DC8D66'

red 220 ◦ green 141 ◦ blue 102

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

Shades of Copper #DC8D66

Tints of Copper #DC8D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 47.52%
G = 30.45%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8D66 (or 0xDC8D66) is known color: Copper. HEX triplet: DC, 8D and 66. RGB value is (220,141,102). Sum of RGB (Red+Green+Blue) = 220+141+102=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D66 is #237299. Grayscale: #A0A0A0. Windows color (decimal): -2323098 or 6720988. OLE color: 6720988.

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

Color convert

RGB 220 141 102 -
CMYK 0 0.36 0.54 0.14
HSL 19.83º 0.63% 0.63% -
HSV(B) 19.83º 0.54% 0.86% -
XYZ 41.44 35.22 17.19 -
YUV 160.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 220 141 102 0 0.36 0.54 0.14 19.83 0.63 0.63
Hex DC 8D 66 0 24 36 E 14 3F 3F
Octal 334 215 146 0 44 66 16 24 77 77
Binary 11011100 10001101 1100110 0 100100 110110 1110 10100 111111 111111

Color Harmonies of #DC8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D66

Black with #DC8D66

Text Example


Text Example

White with #DC8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D66; }

 p { color: rgb(220,141,102); }

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

background-color css

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

 a { background-color: rgb(220,141,102); }

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

border-color css

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

 span { border-color: rgb(220,141,102); }

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