Html Css Color HEX #DB4403 Tenne (Tawny)

📋 copy color: '#DB4403'

red 219 ◦ green 68 ◦ blue 3

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

Shades of Tenne (Tawny) #DB4403

Tints of Tenne (Tawny) #DB4403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 75.52%
G = 23.45%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4403 (or 0xDB4403) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 03. RGB value is (219,68,3). Sum of RGB (Red+Green+Blue) = 219+68+3=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4403 is #24BBFC. Grayscale: #6A6A6A. Windows color (decimal): -2407421 or 214235. OLE color: 214235.

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

Color convert

RGB 219 68 3 -
CMYK 0 0.69 0.99 0.14
HSL 18.06º 0.97% 0.44% -
HSV(B) 18.06º 0.99% 0.86% -
XYZ 31.3 19.2 2.14 -
YUV 105.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 219 68 3 0 0.69 0.99 0.14 18.06 0.97 0.44
Hex DB 44 3 0 45 63 E 12 61 2C
Octal 333 104 3 0 105 143 16 22 141 54
Binary 11011011 1000100 11 0 1000101 1100011 1110 10010 1100001 101100

Color Harmonies of #DB4403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4403

Black with #DB4403

Text Example


Text Example

White with #DB4403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4403; }

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

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

background-color css

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

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

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

border-color css

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

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

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