Html Css Color HEX #D14E00 Tenne (Tawny)

📋 copy color: '#D14E00'

red 209 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #D14E00

Tints of Tenne (Tawny) #D14E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.82%
G = 27.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14E00 (or 0xD14E00) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 00. RGB value is (209,78,0). Sum of RGB (Red+Green+Blue) = 209+78+0=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E00 is #2EB1FF. Grayscale: #6C6C6C. Windows color (decimal): -3060224 or 20177. OLE color: 20177.

HSL color Cylindrical-coordinate representation of color #D14E00: hue angle of 22.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14E00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 0 -
CMYK 0 0.63 1 0.18
HSL 22.39º 1% 0.41% -
HSV(B) 22.39º 1% 0.82% -
XYZ 29.02 19 2.14 -
YUV 108.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 209 78 0 0 0.63 1 0.18 22.39 1 0.41
Hex D1 4E 0 0 3F 64 12 16 64 29
Octal 321 116 0 0 77 144 22 26 144 51
Binary 11010001 1001110 0 0 111111 1100100 10010 10110 1100100 101001

Color Harmonies of #D14E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E00

Black with #D14E00

Text Example


Text Example

White with #D14E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E00; }

 p { color: rgb(209,78,0); }

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

background-color css

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

 a { background-color: rgb(209,78,0); }

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

border-color css

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

 span { border-color: rgb(209,78,0); }

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