#D14C00

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

Shades of Tenne (Tawny) #D14C00

Tints of Tenne (Tawny) #D14C00

Color information

#D14C00 (or 0xD14C00) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 4C and 00. RGB value is (209,76,0). Sum of RGB (Red+Green+Blue) = 209+76+0=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C00 is #2EB3FF. Grayscale: #6B6B6B. Windows color (decimal): -3060736 or 19665. OLE color: 19665.

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

Color convert

RGB209760-
CMYK00.6410.18
HSL21.82º100%40.98%-
HSV(B)21.82º100%81.96%-
XYZ28.8818.722.09-
YUV107.167.56200.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.33%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.33%
G=26.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20976000.6410.1821.8210040.98
HexD14C00406412166429
Octal32111400100144222614451
Binary110100011001100001000000110010010010101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C00; }

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

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

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

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

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

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

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

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