#D54F06

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

Shades of Tenne (Tawny) #D54F06

Tints of Tenne (Tawny) #D54F06

Color information

#D54F06 (or 0xD54F06) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 4F and 06. RGB value is (213,79,6). Sum of RGB (Red+Green+Blue) = 213+79+6=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54F06 is #2AB0F9. Grayscale: #6F6F6F. Windows color (decimal): -2797818 or 413653. OLE color: 413653.

HSL color Cylindrical-coordinate representation of color #D54F06: hue angle of 21.16º 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 #D54F06 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB213796-
CMYK00.630.970.16
HSL21.16º94.52%42.94%-
HSV(B)21.16º97.18%83.53%-
XYZ30.2719.752.39-
YUV110.7468.89200.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.48%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=71.48%
G=26.51%
B=2.01%

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
Decimal21379600.630.970.1621.1694.5242.94
HexD54F603F6110155f2b
Octal3251176077141202513753
Binary1101010110011111100111111110000110000101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54F06; }

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

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

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

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

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

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

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

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