#db4400

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

Shades of Tenne (Tawny) #DB4400

Tints of Tenne (Tawny) #DB4400

Color information

#DB4400 (or 0xDB4400) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 44 and 00. RGB value is (219,68,0). Sum of RGB (Red+Green+Blue) = 219+68+0=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4400 is #24BBFF. Grayscale: #696969. Windows color (decimal): -2407424 or 17627. OLE color: 17627.

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

Color convert

RGB219680-
CMYK00.6910.14
HSL18.63º100%42.94%-
HSV(B)18.63º100%85.88%-
XYZ31.2819.192.06-
YUV105.468.53209.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 76.31%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.31%
G=23.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21968000.6910.1418.6310042.94
HexDB44004564E13642b
Octal33310400105144162314453
Binary11011011100010000100010111001001110100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db4400; }

 p { color: rgb(219,68,0); }

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

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

 a { background-color: rgb(219,68,0); }

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

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

 span { border-color: rgb(219,68,0); }

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