Html Css Color HEX #DB5E07 Tenne (Tawny)

📋 copy color: '#DB5E07'

red 219 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5E07

Tints of Tenne (Tawny) #DB5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

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

R = 68.44%
G = 29.38%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5E07 (or 0xDB5E07) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 07. RGB value is (219,94,7). Sum of RGB (Red+Green+Blue) = 219+94+7=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E07 is #24A1F8. Grayscale: #797979. Windows color (decimal): -2400761 or 483035. OLE color: 483035.

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

Color convert

RGB 219 94 7 -
CMYK 0 0.57 0.97 0.14
HSL 24.62º 0.94% 0.44% -
HSV(B) 24.62º 0.97% 0.86% -
XYZ 33.25 23.08 2.9 -
YUV 121.46 63.41 197.57 -
System Red Green Blue C M Y K H S L
Decimal 219 94 7 0 0.57 0.97 0.14 24.62 0.94 0.44
Hex DB 5E 7 0 39 61 E 19 5E 2C
Octal 333 136 7 0 71 141 16 31 136 54
Binary 11011011 1011110 111 0 111001 1100001 1110 11001 1011110 101100

Color Harmonies of #DB5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E07

Black with #DB5E07

Text Example


Text Example

White with #DB5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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