Html Css Color HEX #DA500F Tenne (Tawny)

📋 copy color: '#DA500F'

red 218 ◦ green 80 ◦ blue 15

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

Shades of Tenne (Tawny) #DA500F

Tints of Tenne (Tawny) #DA500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 69.65%
G = 25.56%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA500F (or 0xDA500F) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 0F. RGB value is (218,80,15). Sum of RGB (Red+Green+Blue) = 218+80+15=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA500F is #25AFF0. Grayscale: #727272. Windows color (decimal): -2469873 or 1003738. OLE color: 1003738.

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

Color convert

RGB 218 80 15 -
CMYK 0 0.63 0.93 0.15
HSL 19.21º 0.87% 0.46% -
HSV(B) 19.21º 0.93% 0.85% -
XYZ 31.87 20.68 2.76 -
YUV 113.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 218 80 15 0 0.63 0.93 0.15 19.21 0.87 0.46
Hex DA 50 F 0 3F 5D F 13 57 2E
Octal 332 120 17 0 77 135 17 23 127 56
Binary 11011010 1010000 1111 0 111111 1011101 1111 10011 1010111 101110

Color Harmonies of #DA500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA500F

Black with #DA500F

Text Example


Text Example

White with #DA500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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