#DA5200

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

Shades of Tenne (Tawny) #DA5200

Tints of Tenne (Tawny) #DA5200

Color information

#DA5200 (or 0xDA5200) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 52 and 00. RGB value is (218,82,0). Sum of RGB (Red+Green+Blue) = 218+82+0=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5200 is #25ADFF. Grayscale: #717171. Windows color (decimal): -2469376 or 21210. OLE color: 21210.

HSL color Cylindrical-coordinate representation of color #DA5200: hue angle of 22.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA5200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB218820-
CMYK00.6210.15
HSL22.57º100%42.75%-
HSV(B)22.57º100%85.49%-
XYZ31.9320.942.36-
YUV113.3264.06202.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.67%
G=27.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21882000.6210.1522.5710042.75
HexDA52003E64F17642b
Octal3321220076144172714453
Binary1101101010100100011111011001001111101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5200; }

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

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

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

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

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

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

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

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