#D85D0E

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

Shades of Tenne (Tawny) #D85D0E

Tints of Tenne (Tawny) #D85D0E

Color information

#D85D0E (or 0xD85D0E) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 5D and 0E. RGB value is (216,93,14). Sum of RGB (Red+Green+Blue) = 216+93+14=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D0E is #27A2F1. Grayscale: #797979. Windows color (decimal): -2597618 or 941528. OLE color: 941528.

HSL color Cylindrical-coordinate representation of color #D85D0E: hue angle of 23.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D85D0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2169314-
CMYK00.570.940.15
HSL23.47º87.83%45.1%-
HSV(B)23.47º93.52%84.71%-
XYZ32.3122.463.05-
YUV120.7767.75195.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.87%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=66.87%
G=28.79%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216931400.570.940.1523.4787.8345.1
HexD85DE0395EF17582d
Octal33013516071136172713055
Binary1101100010111011110011100110111101111101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85D0E; }

 p { color: rgb(216,93,14); }

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

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

 a { background-color: rgb(216,93,14); }

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

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

 span { border-color: rgb(216,93,14); }

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