Html Css Color HEX #DA4A0E Tenne (Tawny)

📋 copy color: '#DA4A0E'

red 218 ◦ green 74 ◦ blue 14

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

Shades of Tenne (Tawny) #DA4A0E

Tints of Tenne (Tawny) #DA4A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 71.24%
G = 24.18%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA4A0E (or 0xDA4A0E) is known color: Tenne (Tawny). HEX triplet: DA, 4A and 0E. RGB value is (218,74,14). Sum of RGB (Red+Green+Blue) = 218+74+14=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A0E is #25B5F1. Grayscale: #6E6E6E. Windows color (decimal): -2471410 or 936666. OLE color: 936666.

HSL color Cylindrical-coordinate representation of color #DA4A0E: hue angle of 17.65º degrees, saturation: 0.88, 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 #DA4A0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 74 14 -
CMYK 0 0.66 0.94 0.15
HSL 17.65º 0.88% 0.45% -
HSV(B) 17.65º 0.94% 0.85% -
XYZ 31.44 19.83 2.59 -
YUV 110.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 218 74 14 0 0.66 0.94 0.15 17.65 0.88 0.45
Hex DA 4A E 0 42 5E F 12 58 2D
Octal 332 112 16 0 102 136 17 22 130 55
Binary 11011010 1001010 1110 0 1000010 1011110 1111 10010 1011000 101101

Color Harmonies of #DA4A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A0E

Black with #DA4A0E

Text Example


Text Example

White with #DA4A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A0E; }

 p { color: rgb(218,74,14); }

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

background-color css

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

 a { background-color: rgb(218,74,14); }

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

border-color css

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

 span { border-color: rgb(218,74,14); }

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