#D05200

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

Shades of Tenne (Tawny) #D05200

Tints of Tenne (Tawny) #D05200

Color information

#D05200 (or 0xD05200) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 52 and 00. RGB value is (208,82,0). Sum of RGB (Red+Green+Blue) = 208+82+0=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D05200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05200 is #2FADFF. Grayscale: #6E6E6E. Windows color (decimal): -3124736 or 21200. OLE color: 21200.

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

Color convert

RGB208820-
CMYK00.6110.18
HSL23.65º100%40.78%-
HSV(B)23.65º100%81.57%-
XYZ29.0319.442.22-
YUV110.3365.74197.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.72%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.72%
G=28.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20882000.6110.1823.6510040.78
HexD052003D6412186429
Octal3201220075144223014451
Binary11010000101001000111101110010010010110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05200; }

 p { color: rgb(208,82,0); }

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

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

 a { background-color: rgb(208,82,0); }

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

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

 span { border-color: rgb(208,82,0); }

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