Html Css Color HEX #DB5607 Tenne (Tawny)

📋 copy color: '#DB5607'

red 219 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #DB5607

Tints of Tenne (Tawny) #DB5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 70.19%
G = 27.56%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5607 (or 0xDB5607) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 07. RGB value is (219,86,7). Sum of RGB (Red+Green+Blue) = 219+86+7=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5607 is #24A9F8. Grayscale: #757575. Windows color (decimal): -2402809 or 480987. OLE color: 480987.

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

Color convert

RGB 219 86 7 -
CMYK 0 0.61 0.97 0.14
HSL 22.36º 0.94% 0.44% -
HSV(B) 22.36º 0.97% 0.86% -
XYZ 32.58 21.73 2.68 -
YUV 116.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 219 86 7 0 0.61 0.97 0.14 22.36 0.94 0.44
Hex DB 56 7 0 3D 61 E 16 5E 2C
Octal 333 126 7 0 75 141 16 26 136 54
Binary 11011011 1010110 111 0 111101 1100001 1110 10110 1011110 101100

Color Harmonies of #DB5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5607

Black with #DB5607

Text Example


Text Example

White with #DB5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5607; }

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

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

background-color css

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

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

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

border-color css

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

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

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