Html Css Color HEX #DB5003 Tenne (Tawny)

📋 copy color: '#DB5003'

red 219 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #DB5003

Tints of Tenne (Tawny) #DB5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 72.52%
G = 26.49%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB5003 (or 0xDB5003) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 03. RGB value is (219,80,3). Sum of RGB (Red+Green+Blue) = 219+80+3=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5003 is #24AFFC. Grayscale: #717171. Windows color (decimal): -2404349 or 217307. OLE color: 217307.

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

Color convert

RGB 219 80 3 -
CMYK 0 0.63 0.99 0.14
HSL 21.39º 0.97% 0.44% -
HSV(B) 21.39º 0.99% 0.86% -
XYZ 32.1 20.8 2.41 -
YUV 112.78 66.05 203.76 -
System Red Green Blue C M Y K H S L
Decimal 219 80 3 0 0.63 0.99 0.14 21.39 0.97 0.44
Hex DB 50 3 0 3F 63 E 15 61 2C
Octal 333 120 3 0 77 143 16 25 141 54
Binary 11011011 1010000 11 0 111111 1100011 1110 10101 1100001 101100

Color Harmonies of #DB5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5003

Black with #DB5003

Text Example


Text Example

White with #DB5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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