#DA5205

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

Shades of Tenne (Tawny) #DA5205

Tints of Tenne (Tawny) #DA5205

Color information

#DA5205 (or 0xDA5205) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 52 and 05. RGB value is (218,82,5). Sum of RGB (Red+Green+Blue) = 218+82+5=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5205 is #25ADFA. Grayscale: #727272. Windows color (decimal): -2469371 or 348890. OLE color: 348890.

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

Color convert

RGB218825-
CMYK00.620.980.15
HSL21.69º95.52%43.73%-
HSV(B)21.69º97.71%85.49%-
XYZ31.9620.952.5-
YUV113.8966.56202.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.48%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=71.48%
G=26.89%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21882500.620.980.1521.6995.5243.73
HexDA52503E62F16602c
Octal3321225076142172614054
Binary110110101010010101011111011000101111101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5205; }

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

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

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

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

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

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

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

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