#DB9469

Color #DB9469 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #DB9469

Tints of Copper #DB9469

Color information

#DB9469 (or 0xDB9469) is unknown color: approx Copper. HEX triplet: DB, 94 and 69. RGB value is (219,148,105). Sum of RGB (Red+Green+Blue) = 219+148+105=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9469 is #246B96. Grayscale: #A4A4A4. Windows color (decimal): -2386839 or 6919387. OLE color: 6919387.

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

Color convert

RGB219148105-
CMYK00.320.520.14
HSL22.63º61.29%63.53%-
HSV(B)22.63º52.05%85.88%-
XYZ42.3537.2618.32-
YUV164.3394.52167-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=46.40%
G=31.36%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914810500.320.520.1422.6361.2963.53
HexDB946902034E173d40
Octal33322415104064162775100
Binary1101101110010100110100101000001101001110101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9469; }

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

 H1.HeaderClassName
 {
   color: #DB9469;
 }
 .AnyTagClassName
 {
   color: #DB9469;
 }
</style>
background-color css

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

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

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

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

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

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