Html Css Color HEX #DB4503 Tenne (Tawny)

📋 copy color: '#DB4503'

red 219 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #DB4503

Tints of Tenne (Tawny) #DB4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 75.26%
G = 23.71%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4503 (or 0xDB4503) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 03. RGB value is (219,69,3). Sum of RGB (Red+Green+Blue) = 219+69+3=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4503 is #24BAFC. Grayscale: #6A6A6A. Windows color (decimal): -2407165 or 214491. OLE color: 214491.

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

Color convert

RGB 219 69 3 -
CMYK 0 0.68 0.99 0.14
HSL 18.33º 0.97% 0.44% -
HSV(B) 18.33º 0.99% 0.86% -
XYZ 31.36 19.32 2.16 -
YUV 106.33 69.7 208.37 -
System Red Green Blue C M Y K H S L
Decimal 219 69 3 0 0.68 0.99 0.14 18.33 0.97 0.44
Hex DB 45 3 0 44 63 E 12 61 2C
Octal 333 105 3 0 104 143 16 22 141 54
Binary 11011011 1000101 11 0 1000100 1100011 1110 10010 1100001 101100

Color Harmonies of #DB4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4503

Black with #DB4503

Text Example


Text Example

White with #DB4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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