#DB8369

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

Shades of Copper #DB8369

Tints of Copper #DB8369

Color information

#DB8369 (or 0xDB8369) is unknown color: approx Copper. HEX triplet: DB, 83 and 69. RGB value is (219,131,105). Sum of RGB (Red+Green+Blue) = 219+131+105=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8369 is #247C96. Grayscale: #9A9A9A. Windows color (decimal): -2391191 or 6915035. OLE color: 6915035.

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

Color convert

RGB219131105-
CMYK00.400.520.14
HSL13.68º61.29%63.53%-
HSV(B)13.68º52.05%85.88%-
XYZ39.8832.3117.5-
YUV154.35100.15174.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=48.13%
G=28.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913110500.400.520.1413.6861.2963.53
HexDB836902834Ee3d40
Octal33320315105064161675100
Binary110110111000001111010010101000110100111011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8369; }

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

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

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

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

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

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

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

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