Html Css Color HEX #DB590B Tenne (Tawny)

📋 copy color: '#DB590B'

red 219 ◦ green 89 ◦ blue 11

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

Shades of Tenne (Tawny) #DB590B

Tints of Tenne (Tawny) #DB590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 68.65%
G = 27.9%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB590B (or 0xDB590B) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 0B. RGB value is (219,89,11). Sum of RGB (Red+Green+Blue) = 219+89+11=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB590B is #24A6F4. Grayscale: #777777. Windows color (decimal): -2402037 or 743899. OLE color: 743899.

HSL color Cylindrical-coordinate representation of color #DB590B: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB590B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 11 -
CMYK 0 0.59 0.95 0.14
HSL 22.5º 0.9% 0.45% -
HSV(B) 22.5º 0.95% 0.86% -
XYZ 32.85 22.23 2.88 -
YUV 118.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 219 89 11 0 0.59 0.95 0.14 22.5 0.9 0.45
Hex DB 59 B 0 3B 5F E 16 5A 2D
Octal 333 131 13 0 73 137 16 26 132 55
Binary 11011011 1011001 1011 0 111011 1011111 1110 10110 1011010 101101

Color Harmonies of #DB590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB590B

Black with #DB590B

Text Example


Text Example

White with #DB590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB590B; }

 p { color: rgb(219,89,11); }

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

background-color css

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

 a { background-color: rgb(219,89,11); }

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

border-color css

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

 span { border-color: rgb(219,89,11); }

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