Html Css Color HEX #DA4304 Tenne (Tawny)

📋 copy color: '#DA4304'

red 218 ◦ green 67 ◦ blue 4

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

Shades of Tenne (Tawny) #DA4304

Tints of Tenne (Tawny) #DA4304

RGB

 RED value IS 218 (85.55% from 255) = 75.43%

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

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

R = 75.43%
G = 23.18%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA4304 (or 0xDA4304) is known color: Tenne (Tawny). HEX triplet: DA, 43 and 04. RGB value is (218,67,4). Sum of RGB (Red+Green+Blue) = 218+67+4=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4304 is #25BCFB. Grayscale: #696969. Windows color (decimal): -2473212 or 279514. OLE color: 279514.

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

Color convert

RGB 218 67 4 -
CMYK 0 0.69 0.98 0.15
HSL 17.66º 0.96% 0.44% -
HSV(B) 17.66º 0.98% 0.85% -
XYZ 30.94 18.93 2.14 -
YUV 104.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 218 67 4 0 0.69 0.98 0.15 17.66 0.96 0.44
Hex DA 43 4 0 45 62 F 12 60 2C
Octal 332 103 4 0 105 142 17 22 140 54
Binary 11011010 1000011 100 0 1000101 1100010 1111 10010 1100000 101100

Color Harmonies of #DA4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4304

Black with #DA4304

Text Example


Text Example

White with #DA4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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