Html Css Color HEX #DA5A04 Tenne (Tawny)

📋 copy color: '#DA5A04'

red 218 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #DA5A04

Tints of Tenne (Tawny) #DA5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 69.87%
G = 28.85%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA5A04 (or 0xDA5A04) is known color: Tenne (Tawny). HEX triplet: DA, 5A and 04. RGB value is (218,90,4). Sum of RGB (Red+Green+Blue) = 218+90+4=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A04 is #25A5FB. Grayscale: #767676. Windows color (decimal): -2467324 or 285402. OLE color: 285402.

HSL color Cylindrical-coordinate representation of color #DA5A04: hue angle of 24.11º 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 #DA5A04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 4 -
CMYK 0 0.59 0.98 0.15
HSL 24.11º 0.96% 0.44% -
HSV(B) 24.11º 0.98% 0.85% -
XYZ 32.59 22.23 2.69 -
YUV 118.47 63.41 198.99 -
System Red Green Blue C M Y K H S L
Decimal 218 90 4 0 0.59 0.98 0.15 24.11 0.96 0.44
Hex DA 5A 4 0 3B 62 F 18 60 2C
Octal 332 132 4 0 73 142 17 30 140 54
Binary 11011010 1011010 100 0 111011 1100010 1111 11000 1100000 101100

Color Harmonies of #DA5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A04

Black with #DA5A04

Text Example


Text Example

White with #DA5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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