Html Css Color HEX #DB5807 Tenne (Tawny)

📋 copy color: '#DB5807'

red 219 ◦ green 88 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5807

Tints of Tenne (Tawny) #DB5807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 69.75%
G = 28.03%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5807 (or 0xDB5807) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 07. RGB value is (219,88,7). Sum of RGB (Red+Green+Blue) = 219+88+7=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5807 is #24A7F8. Grayscale: #767676. Windows color (decimal): -2402297 or 481499. OLE color: 481499.

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

Color convert

RGB 219 88 7 -
CMYK 0 0.60 0.97 0.14
HSL 22.92º 0.94% 0.44% -
HSV(B) 22.92º 0.97% 0.86% -
XYZ 32.74 22.05 2.73 -
YUV 117.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 219 88 7 0 0.60 0.97 0.14 22.92 0.94 0.44
Hex DB 58 7 0 3C 61 E 17 5E 2C
Octal 333 130 7 0 74 141 16 27 136 54
Binary 11011011 1011000 111 0 111100 1100001 1110 10111 1011110 101100

Color Harmonies of #DB5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5807

Black with #DB5807

Text Example


Text Example

White with #DB5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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