Html Css Color HEX #DB5007 Tenne (Tawny)

📋 copy color: '#DB5007'

red 219 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5007

Tints of Tenne (Tawny) #DB5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 71.57%
G = 26.14%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5007 (or 0xDB5007) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 07. RGB value is (219,80,7). Sum of RGB (Red+Green+Blue) = 219+80+7=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5007 is #24AFF8. Grayscale: #717171. Windows color (decimal): -2404345 or 479451. OLE color: 479451.

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

Color convert

RGB 219 80 7 -
CMYK 0 0.63 0.97 0.14
HSL 20.66º 0.94% 0.44% -
HSV(B) 20.66º 0.97% 0.86% -
XYZ 32.12 20.81 2.53 -
YUV 113.24 68.05 203.44 -
System Red Green Blue C M Y K H S L
Decimal 219 80 7 0 0.63 0.97 0.14 20.66 0.94 0.44
Hex DB 50 7 0 3F 61 E 15 5E 2C
Octal 333 120 7 0 77 141 16 25 136 54
Binary 11011011 1010000 111 0 111111 1100001 1110 10101 1011110 101100

Color Harmonies of #DB5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5007

Black with #DB5007

Text Example


Text Example

White with #DB5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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