#D95116

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

Shades of Tenne (Tawny) #D95116

Tints of Tenne (Tawny) #D95116

Color information

#D95116 (or 0xD95116) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 51 and 16. RGB value is (217,81,22). Sum of RGB (Red+Green+Blue) = 217+81+22=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95116 is #26AEE9. Grayscale: #737373. Windows color (decimal): -2535146 or 1462745. OLE color: 1462745.

HSL color Cylindrical-coordinate representation of color #D95116: hue angle of 18.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95116 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2178122-
CMYK00.630.900.15
HSL18.15º81.59%46.86%-
HSV(B)18.15º89.86%85.1%-
XYZ31.720.693.08-
YUV114.9475.56200.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.81%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=67.81%
G=25.31%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217812200.630.900.1518.1581.5946.86
HexD9511603F5AF12522f
Octal33112126077132172212257
Binary11011001101000110110011111110110101111100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95116; }

 p { color: rgb(217,81,22); }

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

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

 a { background-color: rgb(217,81,22); }

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

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

 span { border-color: rgb(217,81,22); }

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