Html Css Color HEX #DB4708 Tenne (Tawny)

📋 copy color: '#DB4708'

red 219 ◦ green 71 ◦ blue 8

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

Shades of Tenne (Tawny) #DB4708

Tints of Tenne (Tawny) #DB4708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 73.49%
G = 23.83%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB4708 (or 0xDB4708) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 08. RGB value is (219,71,8). Sum of RGB (Red+Green+Blue) = 219+71+8=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4708 is #24B8F7. Grayscale: #6C6C6C. Windows color (decimal): -2406648 or 542683. OLE color: 542683.

HSL color Cylindrical-coordinate representation of color #DB4708: hue angle of 17.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4708 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 8 -
CMYK 0 0.68 0.96 0.14
HSL 17.91º 0.93% 0.45% -
HSV(B) 17.91º 0.96% 0.86% -
XYZ 31.51 19.58 2.35 -
YUV 108.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 219 71 8 0 0.68 0.96 0.14 17.91 0.93 0.45
Hex DB 47 8 0 44 60 E 12 5D 2D
Octal 333 107 10 0 104 140 16 22 135 55
Binary 11011011 1000111 1000 0 1000100 1100000 1110 10010 1011101 101101

Color Harmonies of #DB4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4708

Black with #DB4708

Text Example


Text Example

White with #DB4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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