#D05011

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

Shades of Tenne (Tawny) #D05011

Tints of Tenne (Tawny) #D05011

Color information

#D05011 (or 0xD05011) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 50 and 11. RGB value is (208,80,17). Sum of RGB (Red+Green+Blue) = 208+80+17=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D05011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05011 is #2FAFEE. Grayscale: #6F6F6F. Windows color (decimal): -3125231 or 1134800. OLE color: 1134800.

HSL color Cylindrical-coordinate representation of color #D05011: hue angle of 19.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D05011 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2088017-
CMYK00.620.920.18
HSL19.79º84.89%44.12%-
HSV(B)19.79º91.83%81.57%-
XYZ28.9819.192.71-
YUV111.0974.91197.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.20%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=68.20%
G=26.23%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208801700.620.920.1819.7984.8944.12
HexD0501103E5C1214552c
Octal32012021076134222412554
Binary110100001010000100010111110101110010010101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05011; }

 p { color: rgb(208,80,17); }

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

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

 a { background-color: rgb(208,80,17); }

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

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

 span { border-color: rgb(208,80,17); }

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