#D15A05

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

Shades of Tenne (Tawny) #D15A05

Tints of Tenne (Tawny) #D15A05

Color information

#D15A05 (or 0xD15A05) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 5A and 05. RGB value is (209,90,5). Sum of RGB (Red+Green+Blue) = 209+90+5=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15A05 is #2EA5FA. Grayscale: #747474. Windows color (decimal): -3057147 or 350929. OLE color: 350929.

HSL color Cylindrical-coordinate representation of color #D15A05: hue angle of 25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D15A05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB209905-
CMYK00.570.980.18
HSL25º95.33%41.96%-
HSV(B)25º97.61%81.96%-
XYZ29.9820.882.59-
YUV115.8965.42194.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=68.75%
G=29.61%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20990500.570.980.182595.3341.96
HexD15A50396212195f2a
Octal3211325071142223113752
Binary1101000110110101010111001110001010010110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A05; }

 p { color: rgb(209,90,5); }

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

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

 a { background-color: rgb(209,90,5); }

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

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

 span { border-color: rgb(209,90,5); }

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