Html Css Color HEX #DB9169 Copper

📋 copy color: '#DB9169'

red 219 ◦ green 145 ◦ blue 105

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

Shades of Copper #DB9169

Tints of Copper #DB9169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 46.7%
G = 30.92%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9169 (or 0xDB9169) is known color: Copper. HEX triplet: DB, 91 and 69. RGB value is (219,145,105). Sum of RGB (Red+Green+Blue) = 219+145+105=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9169 is #246E96. Grayscale: #A2A2A2. Windows color (decimal): -2387607 or 6918619. OLE color: 6918619.

HSL color Cylindrical-coordinate representation of color #DB9169: hue angle of 21.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB9169 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 105 -
CMYK 0 0.34 0.52 0.14
HSL 21.05º 0.61% 0.64% -
HSV(B) 21.05º 0.52% 0.86% -
XYZ 41.89 36.33 18.17 -
YUV 162.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 219 145 105 0 0.34 0.52 0.14 21.05 0.61 0.64
Hex DB 91 69 0 22 34 E 15 3D 40
Octal 333 221 151 0 42 64 16 25 75 100
Binary 11011011 10010001 1101001 0 100010 110100 1110 10101 111101 1000000

Color Harmonies of #DB9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9169

Black with #DB9169

Text Example


Text Example

White with #DB9169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9169; }

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

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

background-color css

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

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

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

border-color css

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

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

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