Html Css Color HEX #D14F0E Tenne (Tawny)

📋 copy color: '#D14F0E'

red 209 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D14F0E

Tints of Tenne (Tawny) #D14F0E

RGB

 RED value IS 209 (82.03% from 255) = 69.21%

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

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

R = 69.21%
G = 26.16%
B = 4.64%

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

#D14F0E (or 0xD14F0E) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 0E. RGB value is (209,79,14). Sum of RGB (Red+Green+Blue) = 209+79+14=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F0E is #2EB0F1. Grayscale: #6E6E6E. Windows color (decimal): -3059954 or 937937. OLE color: 937937.

HSL color Cylindrical-coordinate representation of color #D14F0E: hue angle of 20º 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 #D14F0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 14 -
CMYK 0 0.62 0.93 0.18
HSL 20º 0.87% 0.44% -
HSV(B) 20º 0.93% 0.82% -
XYZ 29.17 19.18 2.58 -
YUV 110.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 209 79 14 0 0.62 0.93 0.18 20 0.87 0.44
Hex D1 4F E 0 3E 5D 12 14 57 2C
Octal 321 117 16 0 76 135 22 24 127 54
Binary 11010001 1001111 1110 0 111110 1011101 10010 10100 1010111 101100

Color Harmonies of #D14F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F0E

Black with #D14F0E

Text Example


Text Example

White with #D14F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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