#D54E06

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

Shades of Tenne (Tawny) #D54E06

Tints of Tenne (Tawny) #D54E06

Color information

#D54E06 (or 0xD54E06) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 4E and 06. RGB value is (213,78,6). Sum of RGB (Red+Green+Blue) = 213+78+6=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54E06 is #2AB1F9. Grayscale: #6E6E6E. Windows color (decimal): -2798074 or 413397. OLE color: 413397.

HSL color Cylindrical-coordinate representation of color #D54E06: hue angle of 20.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D54E06 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB213786-
CMYK00.630.970.16
HSL20.87º94.52%42.94%-
HSV(B)20.87º97.18%83.53%-
XYZ30.219.612.37-
YUV110.1669.23201.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.72%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 6 (2.73% from 255) = 2.02%
R=71.72%
G=26.26%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21378600.630.970.1620.8794.5242.94
HexD54E603F6110155f2b
Octal3251166077141202513753
Binary1101010110011101100111111110000110000101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E06; }

 p { color: rgb(213,78,6); }

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

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

 a { background-color: rgb(213,78,6); }

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

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

 span { border-color: rgb(213,78,6); }

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