Html Css Color HEX #DB5F07 Tenne (Tawny)

📋 copy color: '#DB5F07'

red 219 ◦ green 95 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5F07

Tints of Tenne (Tawny) #DB5F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

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

R = 68.22%
G = 29.6%
B = 2.18%

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

#DB5F07 (or 0xDB5F07) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 07. RGB value is (219,95,7). Sum of RGB (Red+Green+Blue) = 219+95+7=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F07 is #24A0F8. Grayscale: #7A7A7A. Windows color (decimal): -2400505 or 483291. OLE color: 483291.

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

Color convert

RGB 219 95 7 -
CMYK 0 0.57 0.97 0.14
HSL 24.91º 0.94% 0.44% -
HSV(B) 24.91º 0.97% 0.86% -
XYZ 33.34 23.26 2.93 -
YUV 122.04 63.08 197.16 -
System Red Green Blue C M Y K H S L
Decimal 219 95 7 0 0.57 0.97 0.14 24.91 0.94 0.44
Hex DB 5F 7 0 39 61 E 19 5E 2C
Octal 333 137 7 0 71 141 16 31 136 54
Binary 11011011 1011111 111 0 111001 1100001 1110 11001 1011110 101100

Color Harmonies of #DB5F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F07

Black with #DB5F07

Text Example


Text Example

White with #DB5F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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