Html Css Color HEX #DB5505 Tenne (Tawny)

📋 copy color: '#DB5505'

red 219 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #DB5505

Tints of Tenne (Tawny) #DB5505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 70.87%
G = 27.51%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB5505 (or 0xDB5505) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 05. RGB value is (219,85,5). Sum of RGB (Red+Green+Blue) = 219+85+5=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5505 is #24AAFA. Grayscale: #747474. Windows color (decimal): -2403067 or 349659. OLE color: 349659.

HSL color Cylindrical-coordinate representation of color #DB5505: hue angle of 22.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB5505 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 5 -
CMYK 0 0.61 0.98 0.14
HSL 22.43º 0.96% 0.44% -
HSV(B) 22.43º 0.98% 0.86% -
XYZ 32.49 21.57 2.59 -
YUV 115.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 219 85 5 0 0.61 0.98 0.14 22.43 0.96 0.44
Hex DB 55 5 0 3D 62 E 16 60 2C
Octal 333 125 5 0 75 142 16 26 140 54
Binary 11011011 1010101 101 0 111101 1100010 1110 10110 1100000 101100

Color Harmonies of #DB5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5505

Black with #DB5505

Text Example


Text Example

White with #DB5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5505; }

 p { color: rgb(219,85,5); }

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

background-color css

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

 a { background-color: rgb(219,85,5); }

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

border-color css

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

 span { border-color: rgb(219,85,5); }

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