#DB4800

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

Shades of Tenne (Tawny) #DB4800

Tints of Tenne (Tawny) #DB4800

Color information

#DB4800 (or 0xDB4800) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 48 and 00. RGB value is (219,72,0). Sum of RGB (Red+Green+Blue) = 219+72+0=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4800 is #24B7FF. Grayscale: #6C6C6C. Windows color (decimal): -2406400 or 18651. OLE color: 18651.

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

Color convert

RGB219720-
CMYK00.6710.14
HSL19.73º100%42.94%-
HSV(B)19.73º100%85.88%-
XYZ31.5319.692.14-
YUV107.7467.2207.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75.26%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.26%
G=24.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21972000.6710.1419.7310042.94
HexDB48004364E14642b
Octal33311000103144162414453
Binary11011011100100000100001111001001110101001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4800; }

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

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

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

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

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

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

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

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