#D05805

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

Shades of Tenne (Tawny) #D05805

Tints of Tenne (Tawny) #D05805

Color information

#D05805 (or 0xD05805) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 58 and 05. RGB value is (208,88,5). Sum of RGB (Red+Green+Blue) = 208+88+5=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D05805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05805 is #2FA7FA. Grayscale: #727272. Windows color (decimal): -3123195 or 350416. OLE color: 350416.

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

Color convert

RGB208885-
CMYK00.580.980.18
HSL24.53º95.31%41.76%-
HSV(B)24.53º97.6%81.57%-
XYZ29.5320.42.52-
YUV114.4266.26194.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.10%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=69.10%
G=29.24%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20888500.580.980.1824.5395.3141.76
HexD058503A6212195f2a
Octal3201305072142223113752
Binary1101000010110001010111010110001010010110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05805; }

 p { color: rgb(208,88,5); }

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

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

 a { background-color: rgb(208,88,5); }

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

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

 span { border-color: rgb(208,88,5); }

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