#D94601

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

Shades of Tenne (Tawny) #D94601

Tints of Tenne (Tawny) #D94601

Color information

#D94601 (or 0xD94601) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 46 and 01. RGB value is (217,70,1). Sum of RGB (Red+Green+Blue) = 217+70+1=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D94601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94601 is #26B9FE. Grayscale: #6A6A6A. Windows color (decimal): -2537983 or 83673. OLE color: 83673.

HSL color Cylindrical-coordinate representation of color #D94601: hue angle of 19.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D94601 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217701-
CMYK00.681.000.15
HSL19.17º99.08%42.75%-
HSV(B)19.17º99.54%85.1%-
XYZ30.8119.132.1-
YUV106.0968.7207.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 75.35%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=75.35%
G=24.31%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21770100.681.000.1519.1799.0842.75
HexD946104464F13632b
Octal33110610104144172314353
Binary11011001100011010100010011001001111100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94601; }

 p { color: rgb(217,70,1); }

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

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

 a { background-color: rgb(217,70,1); }

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

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

 span { border-color: rgb(217,70,1); }

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