#DB8869

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

Shades of Copper #DB8869

Tints of Copper #DB8869

Color information

#DB8869 (or 0xDB8869) is unknown color: approx Copper. HEX triplet: DB, 88 and 69. RGB value is (219,136,105). Sum of RGB (Red+Green+Blue) = 219+136+105=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8869 is #247796. Grayscale: #9D9D9D. Windows color (decimal): -2389911 or 6916315. OLE color: 6916315.

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

Color convert

RGB219136105-
CMYK00.380.520.14
HSL16.32º61.29%63.53%-
HSV(B)16.32º52.05%85.88%-
XYZ40.5733.6917.73-
YUV157.2898.5172.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=47.61%
G=29.57%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913610500.380.520.1416.3261.2963.53
HexDB886902634E103d40
Octal33321015104664162075100
Binary1101101110001000110100101001101101001110100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8869; }

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

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

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

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

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

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

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

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