Html Css Color HEX #DA4E14 Tenne (Tawny)

📋 copy color: '#DA4E14'

red 218 ◦ green 78 ◦ blue 20

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

Shades of Tenne (Tawny) #DA4E14

Tints of Tenne (Tawny) #DA4E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 68.99%
G = 24.68%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4E14 (or 0xDA4E14) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 14. RGB value is (218,78,20). Sum of RGB (Red+Green+Blue) = 218+78+20=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E14 is #25B1EB. Grayscale: #717171. Windows color (decimal): -2470380 or 1330906. OLE color: 1330906.

HSL color Cylindrical-coordinate representation of color #DA4E14: hue angle of 17.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4E14 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 78 20 -
CMYK 0 0.64 0.91 0.15
HSL 17.58º 0.83% 0.47% -
HSV(B) 17.58º 0.91% 0.85% -
XYZ 31.76 20.4 2.93 -
YUV 113.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 218 78 20 0 0.64 0.91 0.15 17.58 0.83 0.47
Hex DA 4E 14 0 40 5B F 12 53 2F
Octal 332 116 24 0 100 133 17 22 123 57
Binary 11011010 1001110 10100 0 1000000 1011011 1111 10010 1010011 101111

Color Harmonies of #DA4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E14

Black with #DA4E14

Text Example


Text Example

White with #DA4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E14; }

 p { color: rgb(218,78,20); }

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

background-color css

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

 a { background-color: rgb(218,78,20); }

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

border-color css

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

 span { border-color: rgb(218,78,20); }

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