Html Css Color HEX #DB4508 Tenne (Tawny)

📋 copy color: '#DB4508'

red 219 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #DB4508

Tints of Tenne (Tawny) #DB4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 73.99%
G = 23.31%
B = 2.7%

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

#DB4508 (or 0xDB4508) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 08. RGB value is (219,69,8). Sum of RGB (Red+Green+Blue) = 219+69+8=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4508 is #24BAF7. Grayscale: #6B6B6B. Windows color (decimal): -2407160 or 542171. OLE color: 542171.

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

Color convert

RGB 219 69 8 -
CMYK 0 0.68 0.96 0.14
HSL 17.35º 0.93% 0.45% -
HSV(B) 17.35º 0.96% 0.86% -
XYZ 31.39 19.33 2.31 -
YUV 106.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 219 69 8 0 0.68 0.96 0.14 17.35 0.93 0.45
Hex DB 45 8 0 44 60 E 11 5D 2D
Octal 333 105 10 0 104 140 16 21 135 55
Binary 11011011 1000101 1000 0 1000100 1100000 1110 10001 1011101 101101

Color Harmonies of #DB4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4508

Black with #DB4508

Text Example


Text Example

White with #DB4508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4508; }

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

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

background-color css

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

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

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

border-color css

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

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

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