Html Css Color HEX #D04F0E Tenne (Tawny)

📋 copy color: '#D04F0E'

red 208 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D04F0E

Tints of Tenne (Tawny) #D04F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 69.1%
G = 26.25%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D04F0E (or 0xD04F0E) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 0E. RGB value is (208,79,14). Sum of RGB (Red+Green+Blue) = 208+79+14=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F0E is #2FB0F1. Grayscale: #6E6E6E. Windows color (decimal): -3125490 or 937936. OLE color: 937936.

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

Color convert

RGB 208 79 14 -
CMYK 0 0.62 0.93 0.18
HSL 20.1º 0.87% 0.44% -
HSV(B) 20.1º 0.93% 0.82% -
XYZ 28.89 19.03 2.57 -
YUV 110.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 208 79 14 0 0.62 0.93 0.18 20.1 0.87 0.44
Hex D0 4F E 0 3E 5D 12 14 57 2C
Octal 320 117 16 0 76 135 22 24 127 54
Binary 11010000 1001111 1110 0 111110 1011101 10010 10100 1010111 101100

Color Harmonies of #D04F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F0E

Black with #D04F0E

Text Example


Text Example

White with #D04F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F0E; }

 p { color: rgb(208,79,14); }

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

background-color css

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

 a { background-color: rgb(208,79,14); }

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

border-color css

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

 span { border-color: rgb(208,79,14); }

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