Html Css Color HEX #D14F00 Tenne (Tawny)

📋 copy color: '#D14F00'

red 209 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #D14F00

Tints of Tenne (Tawny) #D14F00

RGB

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

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

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

R = 72.57%
G = 27.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14F00 (or 0xD14F00) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 00. RGB value is (209,79,0). Sum of RGB (Red+Green+Blue) = 209+79+0=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F00 is #2EB0FF. Grayscale: #6D6D6D. Windows color (decimal): -3059968 or 20433. OLE color: 20433.

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

Color convert

RGB 209 79 0 -
CMYK 0 0.62 1 0.18
HSL 22.68º 1% 0.41% -
HSV(B) 22.68º 1% 0.82% -
XYZ 29.09 19.15 2.16 -
YUV 108.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 209 79 0 0 0.62 1 0.18 22.68 1 0.41
Hex D1 4F 0 0 3E 64 12 17 64 29
Octal 321 117 0 0 76 144 22 27 144 51
Binary 11010001 1001111 0 0 111110 1100100 10010 10111 1100100 101001

Color Harmonies of #D14F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F00

Black with #D14F00

Text Example


Text Example

White with #D14F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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