#DB4A08

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

Shades of Tenne (Tawny) #DB4A08

Tints of Tenne (Tawny) #DB4A08

Color information

#DB4A08 (or 0xDB4A08) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 4A and 08. RGB value is (219,74,8). Sum of RGB (Red+Green+Blue) = 219+74+8=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A08 is #24B5F7. Grayscale: #6E6E6E. Windows color (decimal): -2405880 or 543451. OLE color: 543451.

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

Color convert

RGB219748-
CMYK00.660.960.14
HSL18.77º92.95%44.51%-
HSV(B)18.77º96.35%85.88%-
XYZ31.7119.982.41-
YUV109.8370.54205.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 72.76%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 8 (3.52% from 255) = 2.66%
R=72.76%
G=24.58%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21974800.660.960.1418.7792.9544.51
HexDB4A804260E135d2d
Octal333112100102140162313555
Binary11011011100101010000100001011000001110100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4A08; }

 p { color: rgb(219,74,8); }

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

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

 a { background-color: rgb(219,74,8); }

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

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

 span { border-color: rgb(219,74,8); }

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