#DA5311

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

Shades of Tenne (Tawny) #DA5311

Tints of Tenne (Tawny) #DA5311

Color information

#DA5311 (or 0xDA5311) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 53 and 11. RGB value is (218,83,17). Sum of RGB (Red+Green+Blue) = 218+83+17=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5311 is #25ACEE. Grayscale: #747474. Windows color (decimal): -2469103 or 1135578. OLE color: 1135578.

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

Color convert

RGB2188317-
CMYK00.620.920.15
HSL19.7º85.53%46.08%-
HSV(B)19.7º92.2%85.49%-
XYZ32.1121.132.92-
YUV115.8472.23200.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.55%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 17 (7.03% from 255) = 5.35%
R=68.55%
G=26.10%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218831700.620.920.1519.785.5346.08
HexDA531103E5CF14562e
Octal33212321076134172412656
Binary11011010101001110001011111010111001111101001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5311; }

 p { color: rgb(218,83,17); }

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

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

 a { background-color: rgb(218,83,17); }

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

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

 span { border-color: rgb(218,83,17); }

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