Html Css Color HEX #D04F14 Tenne (Tawny)

📋 copy color: '#D04F14'

red 208 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #D04F14

Tints of Tenne (Tawny) #D04F14

RGB

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

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

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

R = 67.75%
G = 25.73%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04F14 (or 0xD04F14) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 14. RGB value is (208,79,20). Sum of RGB (Red+Green+Blue) = 208+79+20=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F14 is #2FB0EB. Grayscale: #6F6F6F. Windows color (decimal): -3125484 or 1331152. OLE color: 1331152.

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

Color convert

RGB 208 79 20 -
CMYK 0 0.62 0.90 0.18
HSL 18.83º 0.82% 0.45% -
HSV(B) 18.83º 0.9% 0.82% -
XYZ 28.93 19.05 2.81 -
YUV 110.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 208 79 20 0 0.62 0.90 0.18 18.83 0.82 0.45
Hex D0 4F 14 0 3E 5A 12 13 52 2D
Octal 320 117 24 0 76 132 22 23 122 55
Binary 11010000 1001111 10100 0 111110 1011010 10010 10011 1010010 101101

Color Harmonies of #D04F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F14

Black with #D04F14

Text Example


Text Example

White with #D04F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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