#D14D0C

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

Shades of Tenne (Tawny) #D14D0C

Tints of Tenne (Tawny) #D14D0C

Color information

#D14D0C (or 0xD14D0C) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 4D and 0C. RGB value is (209,77,12). Sum of RGB (Red+Green+Blue) = 209+77+12=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D0C is #2EB2F3. Grayscale: #6D6D6D. Windows color (decimal): -3060468 or 806353. OLE color: 806353.

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

Color convert

RGB2097712-
CMYK00.630.940.18
HSL19.8º89.14%43.33%-
HSV(B)19.8º94.26%81.96%-
XYZ29.0118.892.46-
YUV109.0673.23199.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.13%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=70.13%
G=25.84%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209771200.630.940.1819.889.1443.33
HexD14DC03F5E1214592b
Octal32111514077136222413153
Binary11010001100110111000111111101111010010101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14D0C; }

 p { color: rgb(209,77,12); }

 H1.HeaderClassName
 {
   color: #D14D0C;
 }
 .AnyTagClassName
 {
   color: #D14D0C;
 }
</style>
background-color css

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

 a { background-color: rgb(209,77,12); }

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

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

 span { border-color: rgb(209,77,12); }

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