Html Css Color HEX #DA5A0F Tenne (Tawny)

📋 copy color: '#DA5A0F'

red 218 ◦ green 90 ◦ blue 15

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

Shades of Tenne (Tawny) #DA5A0F

Tints of Tenne (Tawny) #DA5A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 67.49%
G = 27.86%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA5A0F (or 0xDA5A0F) is known color: Tenne (Tawny). HEX triplet: DA, 5A and 0F. RGB value is (218,90,15). Sum of RGB (Red+Green+Blue) = 218+90+15=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A0F is #25A5F0. Grayscale: #787878. Windows color (decimal): -2467313 or 1006298. OLE color: 1006298.

HSL color Cylindrical-coordinate representation of color #DA5A0F: hue angle of 22.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA5A0F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 15 -
CMYK 0 0.59 0.93 0.15
HSL 22.17º 0.87% 0.46% -
HSV(B) 22.17º 0.93% 0.85% -
XYZ 32.66 22.25 3.03 -
YUV 119.72 68.91 198.1 -
System Red Green Blue C M Y K H S L
Decimal 218 90 15 0 0.59 0.93 0.15 22.17 0.87 0.46
Hex DA 5A F 0 3B 5D F 16 57 2E
Octal 332 132 17 0 73 135 17 26 127 56
Binary 11011010 1011010 1111 0 111011 1011101 1111 10110 1010111 101110

Color Harmonies of #DA5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A0F

Black with #DA5A0F

Text Example


Text Example

White with #DA5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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