Html Css Color HEX #DC8D65 Copper

📋 copy color: '#DC8D65'

red 220 ◦ green 141 ◦ blue 101

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

Shades of Copper #DC8D65

Tints of Copper #DC8D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 47.62%
G = 30.52%
B = 21.86%

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

#DC8D65 (or 0xDC8D65) is known color: Copper. HEX triplet: DC, 8D and 65. RGB value is (220,141,101). Sum of RGB (Red+Green+Blue) = 220+141+101=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D65 is #23729A. Grayscale: #A0A0A0. Windows color (decimal): -2323099 or 6655452. OLE color: 6655452.

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

Color convert

RGB 220 141 101 -
CMYK 0 0.36 0.54 0.14
HSL 20.17º 0.63% 0.63% -
HSV(B) 20.17º 0.54% 0.86% -
XYZ 41.39 35.2 16.93 -
YUV 160.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 220 141 101 0 0.36 0.54 0.14 20.17 0.63 0.63
Hex DC 8D 65 0 24 36 E 14 3F 3F
Octal 334 215 145 0 44 66 16 24 77 77
Binary 11011100 10001101 1100101 0 100100 110110 1110 10100 111111 111111

Color Harmonies of #DC8D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D65

Black with #DC8D65

Text Example


Text Example

White with #DC8D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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