Html Css Color HEX #DB5403 Tenne (Tawny)

📋 copy color: '#DB5403'

red 219 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #DB5403

Tints of Tenne (Tawny) #DB5403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 71.57%
G = 27.45%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB5403 (or 0xDB5403) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 03. RGB value is (219,84,3). Sum of RGB (Red+Green+Blue) = 219+84+3=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5403 is #24ABFC. Grayscale: #737373. Windows color (decimal): -2403325 or 218331. OLE color: 218331.

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

Color convert

RGB 219 84 3 -
CMYK 0 0.62 0.99 0.14
HSL 22.5º 0.97% 0.44% -
HSV(B) 22.5º 0.99% 0.86% -
XYZ 32.4 21.41 2.51 -
YUV 115.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 219 84 3 0 0.62 0.99 0.14 22.5 0.97 0.44
Hex DB 54 3 0 3E 63 E 16 61 2C
Octal 333 124 3 0 76 143 16 26 141 54
Binary 11011011 1010100 11 0 111110 1100011 1110 10110 1100001 101100

Color Harmonies of #DB5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5403

Black with #DB5403

Text Example


Text Example

White with #DB5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5403; }

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

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

background-color css

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

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

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

border-color css

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

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

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