Html Css Color HEX #DA560E Tenne (Tawny)

📋 copy color: '#DA560E'

red 218 ◦ green 86 ◦ blue 14

#DA560E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #DA560E

Tints of Tenne (Tawny) #DA560E

RGB

 RED value IS 218 (85.55% from 255) = 68.55%

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 68.55%
G = 27.04%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA560E (or 0xDA560E) is known color: Tenne (Tawny). HEX triplet: DA, 56 and 0E. RGB value is (218,86,14). Sum of RGB (Red+Green+Blue) = 218+86+14=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA560E is #25A9F1. Grayscale: #757575. Windows color (decimal): -2468338 or 939738. OLE color: 939738.

HSL color Cylindrical-coordinate representation of color #DA560E: hue angle of 21.18º degrees, saturation: 0.88, 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 #DA560E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 86 14 -
CMYK 0 0.61 0.94 0.15
HSL 21.18º 0.88% 0.45% -
HSV(B) 21.18º 0.94% 0.85% -
XYZ 32.32 21.59 2.88 -
YUV 117.26 69.73 199.85 -
System Red Green Blue C M Y K H S L
Decimal 218 86 14 0 0.61 0.94 0.15 21.18 0.88 0.45
Hex DA 56 E 0 3D 5E F 15 58 2D
Octal 332 126 16 0 75 136 17 25 130 55
Binary 11011010 1010110 1110 0 111101 1011110 1111 10101 1011000 101101

Color Harmonies of #DA560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA560E

Black with #DA560E

Text Example


Text Example

White with #DA560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA560E; }

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

 H1.HeaderClassName
 {
   color: #DA560E;
 }
 .AnyTagClassName
 {
   color: #DA560E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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