#DB4F0E

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

Shades of Tenne (Tawny) #DB4F0E

Tints of Tenne (Tawny) #DB4F0E

Color information

#DB4F0E (or 0xDB4F0E) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 4F and 0E. RGB value is (219,79,14). Sum of RGB (Red+Green+Blue) = 219+79+14=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F0E is #24B0F1. Grayscale: #717171. Windows color (decimal): -2404594 or 937947. OLE color: 937947.

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

Color convert

RGB2197914-
CMYK00.640.940.14
HSL19.02º87.98%45.69%-
HSV(B)19.02º93.61%85.88%-
XYZ32.0920.682.72-
YUV113.4571.88203.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 70.19%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=70.19%
G=25.32%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219791400.640.940.1419.0287.9845.69
HexDB4FE0405EE13582e
Octal333117160100136162313056
Binary11011011100111111100100000010111101110100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4F0E; }

 p { color: rgb(219,79,14); }

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

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

 a { background-color: rgb(219,79,14); }

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

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

 span { border-color: rgb(219,79,14); }

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