Html Css Color HEX #DB5E06 Tenne (Tawny)

📋 copy color: '#DB5E06'

red 219 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #DB5E06

Tints of Tenne (Tawny) #DB5E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 68.65%
G = 29.47%
B = 1.88%

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

#DB5E06 (or 0xDB5E06) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 06. RGB value is (219,94,6). Sum of RGB (Red+Green+Blue) = 219+94+6=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E06 is #24A1F9. Grayscale: #797979. Windows color (decimal): -2400762 or 417499. OLE color: 417499.

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

Color convert

RGB 219 94 6 -
CMYK 0 0.57 0.97 0.14
HSL 24.79º 0.95% 0.44% -
HSV(B) 24.79º 0.97% 0.86% -
XYZ 33.25 23.08 2.87 -
YUV 121.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 219 94 6 0 0.57 0.97 0.14 24.79 0.95 0.44
Hex DB 5E 6 0 39 61 E 19 5F 2C
Octal 333 136 6 0 71 141 16 31 137 54
Binary 11011011 1011110 110 0 111001 1100001 1110 11001 1011111 101100

Color Harmonies of #DB5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E06

Black with #DB5E06

Text Example


Text Example

White with #DB5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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