#DA5202

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

Shades of Tenne (Tawny) #DA5202

Tints of Tenne (Tawny) #DA5202

Color information

#DA5202 (or 0xDA5202) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 52 and 02. RGB value is (218,82,2). Sum of RGB (Red+Green+Blue) = 218+82+2=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5202 is #25ADFD. Grayscale: #717171. Windows color (decimal): -2469374 or 152282. OLE color: 152282.

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

Color convert

RGB218822-
CMYK00.620.990.15
HSL22.22º98.18%43.14%-
HSV(B)22.22º99.08%85.49%-
XYZ31.9420.942.42-
YUV113.5465.06202.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=72.19%
G=27.15%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21882200.620.990.1522.2298.1843.14
HexDA52203E63F16622b
Octal3321222076143172614253
Binary11011010101001010011111011000111111101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5202; }

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

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

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

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

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

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

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

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