#D05403

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

Shades of Tenne (Tawny) #D05403

Tints of Tenne (Tawny) #D05403

Color information

#D05403 (or 0xD05403) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 54 and 03. RGB value is (208,84,3). Sum of RGB (Red+Green+Blue) = 208+84+3=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D05403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05403 is #2FABFC. Grayscale: #707070. Windows color (decimal): -3124221 or 218320. OLE color: 218320.

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

Color convert

RGB208843-
CMYK00.600.990.18
HSL23.71º97.16%41.37%-
HSV(B)23.71º98.56%81.57%-
XYZ29.219.762.36-
YUV111.8466.58196.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=70.51%
G=28.47%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20884300.600.990.1823.7197.1641.37
HexD054303C6312186129
Octal3201243074143223014151
Binary110100001010100110111100110001110010110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05403; }

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

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

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

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

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

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

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

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