Html Css Color HEX #DB5B03 Tenne (Tawny)

📋 copy color: '#DB5B03'

red 219 ◦ green 91 ◦ blue 3

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

Shades of Tenne (Tawny) #DB5B03

Tints of Tenne (Tawny) #DB5B03

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 69.97%
G = 29.07%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB5B03 (or 0xDB5B03) is known color: Tenne (Tawny). HEX triplet: DB, 5B and 03. RGB value is (219,91,3). Sum of RGB (Red+Green+Blue) = 219+91+3=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5B03 is #24A4FC. Grayscale: #777777. Windows color (decimal): -2401533 or 220123. OLE color: 220123.

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

Color convert

RGB 219 91 3 -
CMYK 0 0.58 0.99 0.14
HSL 24.44º 0.97% 0.44% -
HSV(B) 24.44º 0.99% 0.86% -
XYZ 32.97 22.55 2.7 -
YUV 119.24 62.41 199.16 -
System Red Green Blue C M Y K H S L
Decimal 219 91 3 0 0.58 0.99 0.14 24.44 0.97 0.44
Hex DB 5B 3 0 3A 63 E 18 61 2C
Octal 333 133 3 0 72 143 16 30 141 54
Binary 11011011 1011011 11 0 111010 1100011 1110 11000 1100001 101100

Color Harmonies of #DB5B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B03

Black with #DB5B03

Text Example


Text Example

White with #DB5B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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