Html Css Color HEX #DB9165 Copper

📋 copy color: '#DB9165'

red 219 ◦ green 145 ◦ blue 101

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

Shades of Copper #DB9165

Tints of Copper #DB9165

RGB

 RED value IS 219 (85.94% from 255) = 47.1%

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

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

R = 47.1%
G = 31.18%
B = 21.72%

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

#DB9165 (or 0xDB9165) is known color: Copper. HEX triplet: DB, 91 and 65. RGB value is (219,145,101). Sum of RGB (Red+Green+Blue) = 219+145+101=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9165 is #246E9A. Grayscale: #A2A2A2. Windows color (decimal): -2387611 or 6656475. OLE color: 6656475.

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

Color convert

RGB 219 145 101 -
CMYK 0 0.34 0.54 0.14
HSL 22.37º 0.62% 0.63% -
HSV(B) 22.37º 0.54% 0.86% -
XYZ 41.69 36.25 17.11 -
YUV 162.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 219 145 101 0 0.34 0.54 0.14 22.37 0.62 0.63
Hex DB 91 65 0 22 36 E 16 3E 3F
Octal 333 221 145 0 42 66 16 26 76 77
Binary 11011011 10010001 1100101 0 100010 110110 1110 10110 111110 111111

Color Harmonies of #DB9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9165

Black with #DB9165

Text Example


Text Example

White with #DB9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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