Html Css Color HEX #DC9165 Copper

📋 copy color: '#DC9165'

red 220 ◦ green 145 ◦ blue 101

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

Shades of Copper #DC9165

Tints of Copper #DC9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

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

R = 47.21%
G = 31.12%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9165 (or 0xDC9165) is known color: Copper. HEX triplet: DC, 91 and 65. RGB value is (220,145,101). Sum of RGB (Red+Green+Blue) = 220+145+101=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9165 is #236E9A. Grayscale: #A2A2A2. Windows color (decimal): -2322075 or 6656476. OLE color: 6656476.

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

Color convert

RGB 220 145 101 -
CMYK 0 0.34 0.54 0.14
HSL 22.18º 0.63% 0.63% -
HSV(B) 22.18º 0.54% 0.86% -
XYZ 41.99 36.41 17.13 -
YUV 162.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 220 145 101 0 0.34 0.54 0.14 22.18 0.63 0.63
Hex DC 91 65 0 22 36 E 16 3F 3F
Octal 334 221 145 0 42 66 16 26 77 77
Binary 11011100 10010001 1100101 0 100010 110110 1110 10110 111111 111111

Color Harmonies of #DC9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9165

Black with #DC9165

Text Example


Text Example

White with #DC9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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