Html Css Color HEX #DB4405 Tenne (Tawny)

📋 copy color: '#DB4405'

red 219 ◦ green 68 ◦ blue 5

#DB4405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #DB4405

Tints of Tenne (Tawny) #DB4405

RGB

 RED value IS 219 (85.94% from 255) = 75%

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 75%
G = 23.29%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB4405 (or 0xDB4405) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 05. RGB value is (219,68,5). Sum of RGB (Red+Green+Blue) = 219+68+5=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4405 is #24BBFA. Grayscale: #6A6A6A. Windows color (decimal): -2407419 or 345307. OLE color: 345307.

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

Color convert

RGB 219 68 5 -
CMYK 0 0.69 0.98 0.14
HSL 17.66º 0.96% 0.44% -
HSV(B) 17.66º 0.98% 0.86% -
XYZ 31.31 19.21 2.2 -
YUV 105.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 219 68 5 0 0.69 0.98 0.14 17.66 0.96 0.44
Hex DB 44 5 0 45 62 E 12 60 2C
Octal 333 104 5 0 105 142 16 22 140 54
Binary 11011011 1000100 101 0 1000101 1100010 1110 10010 1100000 101100

Color Harmonies of #DB4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4405

Black with #DB4405

Text Example


Text Example

White with #DB4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4405; }

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

 H1.HeaderClassName
 {
   color: #DB4405;
 }
 .AnyTagClassName
 {
   color: #DB4405;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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