Html Css Color HEX #DA500D Tenne (Tawny)

📋 copy color: '#DA500D'

red 218 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #DA500D

Tints of Tenne (Tawny) #DA500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 70.1%
G = 25.72%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA500D (or 0xDA500D) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 0D. RGB value is (218,80,13). Sum of RGB (Red+Green+Blue) = 218+80+13=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA500D is #25AFF2. Grayscale: #727272. Windows color (decimal): -2469875 or 872666. OLE color: 872666.

HSL color Cylindrical-coordinate representation of color #DA500D: hue angle of 19.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA500D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 80 13 -
CMYK 0 0.63 0.94 0.15
HSL 19.61º 0.89% 0.45% -
HSV(B) 19.61º 0.94% 0.85% -
XYZ 31.85 20.67 2.69 -
YUV 113.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 218 80 13 0 0.63 0.94 0.15 19.61 0.89 0.45
Hex DA 50 D 0 3F 5E F 14 59 2D
Octal 332 120 15 0 77 136 17 24 131 55
Binary 11011010 1010000 1101 0 111111 1011110 1111 10100 1011001 101101

Color Harmonies of #DA500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA500D

Black with #DA500D

Text Example


Text Example

White with #DA500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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