Html Css Color HEX #DB5507 Tenne (Tawny)

📋 copy color: '#DB5507'

red 219 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5507

Tints of Tenne (Tawny) #DB5507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 70.42%
G = 27.33%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5507 (or 0xDB5507) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 07. RGB value is (219,85,7). Sum of RGB (Red+Green+Blue) = 219+85+7=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5507 is #24AAF8. Grayscale: #747474. Windows color (decimal): -2403065 or 480731. OLE color: 480731.

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

Color convert

RGB 219 85 7 -
CMYK 0 0.61 0.97 0.14
HSL 22.08º 0.94% 0.44% -
HSV(B) 22.08º 0.97% 0.86% -
XYZ 32.5 21.57 2.65 -
YUV 116.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 219 85 7 0 0.61 0.97 0.14 22.08 0.94 0.44
Hex DB 55 7 0 3D 61 E 16 5E 2C
Octal 333 125 7 0 75 141 16 26 136 54
Binary 11011011 1010101 111 0 111101 1100001 1110 10110 1011110 101100

Color Harmonies of #DB5507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5507

Black with #DB5507

Text Example


Text Example

White with #DB5507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5507; }

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

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

background-color css

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

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

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

border-color css

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

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

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