#DA5F02

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

Shades of Tenne (Tawny) #DA5F02

Tints of Tenne (Tawny) #DA5F02

Color information

#DA5F02 (or 0xDA5F02) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 5F and 02. RGB value is (218,95,2). Sum of RGB (Red+Green+Blue) = 218+95+2=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5F02 is #25A0FD. Grayscale: #797979. Windows color (decimal): -2466046 or 155610. OLE color: 155610.

HSL color Cylindrical-coordinate representation of color #DA5F02: hue angle of 25.83º 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 #DA5F02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB218952-
CMYK00.560.990.15
HSL25.83º98.18%43.14%-
HSV(B)25.83º99.08%85.49%-
XYZ33.0223.092.77-
YUV121.1860.75197.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.21%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=69.21%
G=30.16%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21895200.560.990.1525.8398.1843.14
HexDA5F203863F1a622b
Octal3321372070143173214253
Binary11011010101111110011100011000111111110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F02; }

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

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

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

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

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

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

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

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