#D05503

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

Shades of Tenne (Tawny) #D05503

Tints of Tenne (Tawny) #D05503

Color information

#D05503 (or 0xD05503) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 55 and 03. RGB value is (208,85,3). Sum of RGB (Red+Green+Blue) = 208+85+3=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D05503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05503 is #2FAAFC. Grayscale: #707070. Windows color (decimal): -3123965 or 218576. OLE color: 218576.

HSL color Cylindrical-coordinate representation of color #D05503: hue angle of 24º degrees, saturation: 0.97, 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 #D05503 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB208853-
CMYK00.590.990.18
HSL24º97.16%41.37%-
HSV(B)24º98.56%81.57%-
XYZ29.2819.912.39-
YUV112.4366.25196.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.27%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=70.27%
G=28.72%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20885300.590.990.182497.1641.37
HexD055303B6312186129
Octal3201253073143223014151
Binary110100001010101110111011110001110010110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05503; }

 p { color: rgb(208,85,3); }

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

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

 a { background-color: rgb(208,85,3); }

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

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

 span { border-color: rgb(208,85,3); }

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