#D14F00

Color #D14F00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D14F00

Tints of Tenne (Tawny) #D14F00

Color information

#D14F00 (or 0xD14F00) is unknown color: approx 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

RGB209790-
CMYK00.6210.18
HSL22.68º100%40.98%-
HSV(B)22.68º100%81.96%-
XYZ29.0919.152.16-
YUV108.8666.57199.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20979000.6210.1822.6810040.98
HexD14F003E6412176429
Octal3211170076144222714451
Binary11010001100111100111110110010010010101111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>