#DB5910

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

Shades of Tenne (Tawny) #DB5910

Tints of Tenne (Tawny) #DB5910

Color information

#DB5910 (or 0xDB5910) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 59 and 10. RGB value is (219,89,16). Sum of RGB (Red+Green+Blue) = 219+89+16=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5910 is #24A6EF. Grayscale: #777777. Windows color (decimal): -2402032 or 1071579. OLE color: 1071579.

HSL color Cylindrical-coordinate representation of color #DB5910: hue angle of 21.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB5910 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB2198916-
CMYK00.590.930.14
HSL21.58º86.38%46.08%-
HSV(B)21.58º92.69%85.88%-
XYZ32.8822.243.05-
YUV119.5569.57198.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 67.59%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=67.59%
G=27.47%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219891600.590.930.1421.5886.3846.08
HexDB591003B5DE16562e
Octal33313120073135162612656
Binary11011011101100110000011101110111011110101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5910; }

 p { color: rgb(219,89,16); }

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

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

 a { background-color: rgb(219,89,16); }

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

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

 span { border-color: rgb(219,89,16); }

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