#D94F06

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

Shades of Tenne (Tawny) #D94F06

Tints of Tenne (Tawny) #D94F06

Color information

#D94F06 (or 0xD94F06) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 4F and 06. RGB value is (217,79,6). Sum of RGB (Red+Green+Blue) = 217+79+6=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F06 is #26B0F9. Grayscale: #707070. Windows color (decimal): -2535674 or 413657. OLE color: 413657.

HSL color Cylindrical-coordinate representation of color #D94F06: hue angle of 20.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D94F06 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB217796-
CMYK00.640.970.15
HSL20.76º94.62%43.73%-
HSV(B)20.76º97.24%85.1%-
XYZ31.4420.362.44-
YUV111.9468.22202.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 71.85%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=71.85%
G=26.16%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21779600.640.970.1520.7694.6243.73
HexD94F604061F155f2c
Octal33111760100141172513754
Binary1101100110011111100100000011000011111101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F06; }

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

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

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

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

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

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

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

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