Html Css Color HEX #D14A04 Tenne (Tawny)

📋 copy color: '#D14A04'

red 209 ◦ green 74 ◦ blue 4

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

Shades of Tenne (Tawny) #D14A04

Tints of Tenne (Tawny) #D14A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 72.82%
G = 25.78%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14A04 (or 0xD14A04) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 04. RGB value is (209,74,4). Sum of RGB (Red+Green+Blue) = 209+74+4=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A04 is #2EB5FB. Grayscale: #6A6A6A. Windows color (decimal): -3061244 or 281297. OLE color: 281297.

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

Color convert

RGB 209 74 4 -
CMYK 0 0.65 0.98 0.18
HSL 20.49º 0.96% 0.42% -
HSV(B) 20.49º 0.98% 0.82% -
XYZ 28.77 18.46 2.16 -
YUV 106.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 209 74 4 0 0.65 0.98 0.18 20.49 0.96 0.42
Hex D1 4A 4 0 41 62 12 14 60 2A
Octal 321 112 4 0 101 142 22 24 140 52
Binary 11010001 1001010 100 0 1000001 1100010 10010 10100 1100000 101010

Color Harmonies of #D14A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A04

Black with #D14A04

Text Example


Text Example

White with #D14A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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