#D15A02

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

Shades of Tenne (Tawny) #D15A02

Tints of Tenne (Tawny) #D15A02

Color information

#D15A02 (or 0xD15A02) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 5A and 02. RGB value is (209,90,2). Sum of RGB (Red+Green+Blue) = 209+90+2=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15A02 is #2EA5FD. Grayscale: #747474. Windows color (decimal): -3057150 or 154321. OLE color: 154321.

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

Color convert

RGB209902-
CMYK00.570.990.18
HSL25.51º98.1%41.37%-
HSV(B)25.51º99.04%81.96%-
XYZ29.9620.872.51-
YUV115.5563.92194.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=69.44%
G=29.90%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20990200.570.990.1825.5198.141.37
HexD15A203963121a6229
Octal3211322071143223214251
Binary110100011011010100111001110001110010110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A02; }

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

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

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

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

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

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

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

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