Html Css Color HEX #D04E12 Tenne (Tawny)

📋 copy color: '#D04E12'

red 208 ◦ green 78 ◦ blue 18

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

Shades of Tenne (Tawny) #D04E12

Tints of Tenne (Tawny) #D04E12

RGB

 RED value IS 208 (81.64% from 255) = 68.42%

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 68.42%
G = 25.66%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04E12 (or 0xD04E12) is known color: Tenne (Tawny). HEX triplet: D0, 4E and 12. RGB value is (208,78,18). Sum of RGB (Red+Green+Blue) = 208+78+18=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04E12 is #2FB1ED. Grayscale: #6E6E6E. Windows color (decimal): -3125742 or 1199824. OLE color: 1199824.

HSL color Cylindrical-coordinate representation of color #D04E12: hue angle of 18.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04E12 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 18 -
CMYK 0 0.62 0.91 0.18
HSL 18.95º 0.84% 0.44% -
HSV(B) 18.95º 0.91% 0.82% -
XYZ 28.85 18.9 2.7 -
YUV 110.03 76.07 197.88 -
System Red Green Blue C M Y K H S L
Decimal 208 78 18 0 0.62 0.91 0.18 18.95 0.84 0.44
Hex D0 4E 12 0 3E 5B 12 13 54 2C
Octal 320 116 22 0 76 133 22 23 124 54
Binary 11010000 1001110 10010 0 111110 1011011 10010 10011 1010100 101100

Color Harmonies of #D04E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E12

Black with #D04E12

Text Example


Text Example

White with #D04E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E12; }

 p { color: rgb(208,78,18); }

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

background-color css

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

 a { background-color: rgb(208,78,18); }

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

border-color css

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

 span { border-color: rgb(208,78,18); }

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