#D05605

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

Shades of Tenne (Tawny) #D05605

Tints of Tenne (Tawny) #D05605

Color information

#D05605 (or 0xD05605) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 56 and 05. RGB value is (208,86,5). Sum of RGB (Red+Green+Blue) = 208+86+5=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D05605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05605 is #2FA9FA. Grayscale: #717171. Windows color (decimal): -3123707 or 349904. OLE color: 349904.

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

Color convert

RGB208865-
CMYK00.590.980.18
HSL23.94º95.31%41.76%-
HSV(B)23.94º97.6%81.57%-
XYZ29.3720.082.47-
YUV113.2466.92195.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.57%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=69.57%
G=28.76%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20886500.590.980.1823.9495.3141.76
HexD056503B6212185f2a
Octal3201265073142223013752
Binary1101000010101101010111011110001010010110001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05605; }

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

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

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

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

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

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

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

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