Html Css Color HEX #DB4304 Tenne (Tawny)

📋 copy color: '#DB4304'

red 219 ◦ green 67 ◦ blue 4

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

Shades of Tenne (Tawny) #DB4304

Tints of Tenne (Tawny) #DB4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 75.52%
G = 23.1%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB4304 (or 0xDB4304) is known color: Tenne (Tawny). HEX triplet: DB, 43 and 04. RGB value is (219,67,4). Sum of RGB (Red+Green+Blue) = 219+67+4=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4304 is #24BCFB. Grayscale: #696969. Windows color (decimal): -2407676 or 279515. OLE color: 279515.

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

Color convert

RGB 219 67 4 -
CMYK 0 0.69 0.98 0.14
HSL 17.58º 0.96% 0.44% -
HSV(B) 17.58º 0.98% 0.86% -
XYZ 31.24 19.08 2.15 -
YUV 105.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 219 67 4 0 0.69 0.98 0.14 17.58 0.96 0.44
Hex DB 43 4 0 45 62 E 12 60 2C
Octal 333 103 4 0 105 142 16 22 140 54
Binary 11011011 1000011 100 0 1000101 1100010 1110 10010 1100000 101100

Color Harmonies of #DB4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4304

Black with #DB4304

Text Example


Text Example

White with #DB4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4304; }

 p { color: rgb(219,67,4); }

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

background-color css

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

 a { background-color: rgb(219,67,4); }

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

border-color css

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

 span { border-color: rgb(219,67,4); }

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