#D94E10

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

Shades of Tenne (Tawny) #D94E10

Tints of Tenne (Tawny) #D94E10

Color information

#D94E10 (or 0xD94E10) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 4E and 10. RGB value is (217,78,16). Sum of RGB (Red+Green+Blue) = 217+78+16=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94E10 is #26B1EF. Grayscale: #707070. Windows color (decimal): -2535920 or 1068761. OLE color: 1068761.

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

Color convert

RGB2177816-
CMYK00.640.930.15
HSL18.51º86.27%45.69%-
HSV(B)18.51º92.63%85.1%-
XYZ31.4320.242.74-
YUV112.4973.55202.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.77%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 16 (6.64% from 255) = 5.14%
R=69.77%
G=25.08%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217781600.640.930.1518.5186.2745.69
HexD94E100405DF13562e
Octal331116200100135172312656
Binary110110011001110100000100000010111011111100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E10; }

 p { color: rgb(217,78,16); }

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

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

 a { background-color: rgb(217,78,16); }

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

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

 span { border-color: rgb(217,78,16); }

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