#DA560D

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

Shades of Tenne (Tawny) #DA560D

Tints of Tenne (Tawny) #DA560D

Color information

#DA560D (or 0xDA560D) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 56 and 0D. RGB value is (218,86,13). Sum of RGB (Red+Green+Blue) = 218+86+13=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA560D is #25A9F2. Grayscale: #757575. Windows color (decimal): -2468339 or 874202. OLE color: 874202.

HSL color Cylindrical-coordinate representation of color #DA560D: hue angle of 21.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA560D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2188613-
CMYK00.610.940.15
HSL21.37º88.74%45.29%-
HSV(B)21.37º94.04%85.49%-
XYZ32.3121.592.84-
YUV117.1569.23199.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.77%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 13 (5.47% from 255) = 4.10%
R=68.77%
G=27.13%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218861300.610.940.1521.3788.7445.29
HexDA56D03D5EF15592d
Octal33212615075136172513155
Binary1101101010101101101011110110111101111101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA560D; }

 p { color: rgb(218,86,13); }

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

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

 a { background-color: rgb(218,86,13); }

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

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

 span { border-color: rgb(218,86,13); }

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