Html Css Color HEX #D14F04 Tenne (Tawny)

📋 copy color: '#D14F04'

red 209 ◦ green 79 ◦ blue 4

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

Shades of Tenne (Tawny) #D14F04

Tints of Tenne (Tawny) #D14F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 71.58%
G = 27.05%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14F04 (or 0xD14F04) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 04. RGB value is (209,79,4). Sum of RGB (Red+Green+Blue) = 209+79+4=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F04 is #2EB0FB. Grayscale: #6D6D6D. Windows color (decimal): -3059964 or 282577. OLE color: 282577.

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

Color convert

RGB 209 79 4 -
CMYK 0 0.62 0.98 0.18
HSL 21.95º 0.96% 0.42% -
HSV(B) 21.95º 0.98% 0.82% -
XYZ 29.11 19.16 2.28 -
YUV 109.32 68.57 199.1 -
System Red Green Blue C M Y K H S L
Decimal 209 79 4 0 0.62 0.98 0.18 21.95 0.96 0.42
Hex D1 4F 4 0 3E 62 12 16 60 2A
Octal 321 117 4 0 76 142 22 26 140 52
Binary 11010001 1001111 100 0 111110 1100010 10010 10110 1100000 101010

Color Harmonies of #D14F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F04

Black with #D14F04

Text Example


Text Example

White with #D14F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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