Html Css Color HEX #DB4808 Tenne (Tawny)

📋 copy color: '#DB4808'

red 219 ◦ green 72 ◦ blue 8

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

Shades of Tenne (Tawny) #DB4808

Tints of Tenne (Tawny) #DB4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 73.24%
G = 24.08%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB4808 (or 0xDB4808) is known color: Tenne (Tawny). HEX triplet: DB, 48 and 08. RGB value is (219,72,8). Sum of RGB (Red+Green+Blue) = 219+72+8=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4808 is #24B7F7. Grayscale: #6D6D6D. Windows color (decimal): -2406392 or 542939. OLE color: 542939.

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

Color convert

RGB 219 72 8 -
CMYK 0 0.67 0.96 0.14
HSL 18.2º 0.93% 0.45% -
HSV(B) 18.2º 0.96% 0.86% -
XYZ 31.57 19.71 2.37 -
YUV 108.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 219 72 8 0 0.67 0.96 0.14 18.2 0.93 0.45
Hex DB 48 8 0 43 60 E 12 5D 2D
Octal 333 110 10 0 103 140 16 22 135 55
Binary 11011011 1001000 1000 0 1000011 1100000 1110 10010 1011101 101101

Color Harmonies of #DB4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4808

Black with #DB4808

Text Example


Text Example

White with #DB4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4808; }

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

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

background-color css

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

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

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

border-color css

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

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

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