Html Css Color HEX #DB4707 Tenne (Tawny)

📋 copy color: '#DB4707'

red 219 ◦ green 71 ◦ blue 7

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

Shades of Tenne (Tawny) #DB4707

Tints of Tenne (Tawny) #DB4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 73.74%
G = 23.91%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4707 (or 0xDB4707) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 07. RGB value is (219,71,7). Sum of RGB (Red+Green+Blue) = 219+71+7=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4707 is #24B8F8. Grayscale: #6C6C6C. Windows color (decimal): -2406649 or 477147. OLE color: 477147.

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

Color convert

RGB 219 71 7 -
CMYK 0 0.68 0.97 0.14
HSL 18.11º 0.94% 0.44% -
HSV(B) 18.11º 0.97% 0.86% -
XYZ 31.51 19.58 2.32 -
YUV 107.96 71.03 207.2 -
System Red Green Blue C M Y K H S L
Decimal 219 71 7 0 0.68 0.97 0.14 18.11 0.94 0.44
Hex DB 47 7 0 44 61 E 12 5E 2C
Octal 333 107 7 0 104 141 16 22 136 54
Binary 11011011 1000111 111 0 1000100 1100001 1110 10010 1011110 101100

Color Harmonies of #DB4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4707

Black with #DB4707

Text Example


Text Example

White with #DB4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4707; }

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

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

background-color css

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

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

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

border-color css

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

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

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