#DB4100

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

Shades of Tenne (Tawny) #DB4100

Tints of Tenne (Tawny) #DB4100

Color information

#DB4100 (or 0xDB4100) is unknown color: approx Tenne (Tawny). HEX triplet: DB, 41 and 00. RGB value is (219,65,0). Sum of RGB (Red+Green+Blue) = 219+65+0=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4100 is #24BEFF. Grayscale: #686868. Windows color (decimal): -2408192 or 16859. OLE color: 16859.

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

Color convert

RGB219650-
CMYK00.7010.14
HSL17.81º100%42.94%-
HSV(B)17.81º100%85.88%-
XYZ31.118.842-
YUV103.6469.52210.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 77.11%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.11%
G=22.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21965000.7010.1417.8110042.94
HexDB41004664E12642b
Octal33310100106144162214453
Binary11011011100000100100011011001001110100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4100; }

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

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

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

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

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

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

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

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