#D05811

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

Shades of Tenne (Tawny) #D05811

Tints of Tenne (Tawny) #D05811

Color information

#D05811 (or 0xD05811) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 58 and 11. RGB value is (208,88,17). Sum of RGB (Red+Green+Blue) = 208+88+17=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D05811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05811 is #2FA7EE. Grayscale: #747474. Windows color (decimal): -3123183 or 1136848. OLE color: 1136848.

HSL color Cylindrical-coordinate representation of color #D05811: hue angle of 22.3º 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 #D05811 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2088817-
CMYK00.580.920.18
HSL22.3º84.89%44.12%-
HSV(B)22.3º91.83%81.57%-
XYZ29.620.432.91-
YUV115.7972.26193.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 17 (7.03% from 255) = 5.43%
R=66.45%
G=28.12%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208881700.580.920.1822.384.8944.12
HexD0581103A5C1216552c
Octal32013021072134222612554
Binary110100001011000100010111010101110010010101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05811; }

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

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

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

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

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

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

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

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