Html Css Color HEX #DA570E Tenne (Tawny)

📋 copy color: '#DA570E'

red 218 ◦ green 87 ◦ blue 14

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

Shades of Tenne (Tawny) #DA570E

Tints of Tenne (Tawny) #DA570E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 68.34%
G = 27.27%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA570E (or 0xDA570E) is known color: Tenne (Tawny). HEX triplet: DA, 57 and 0E. RGB value is (218,87,14). Sum of RGB (Red+Green+Blue) = 218+87+14=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA570E is #25A8F1. Grayscale: #767676. Windows color (decimal): -2468082 or 939994. OLE color: 939994.

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

Color convert

RGB 218 87 14 -
CMYK 0 0.60 0.94 0.15
HSL 21.47º 0.88% 0.45% -
HSV(B) 21.47º 0.94% 0.85% -
XYZ 32.4 21.75 2.91 -
YUV 117.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 218 87 14 0 0.60 0.94 0.15 21.47 0.88 0.45
Hex DA 57 E 0 3C 5E F 15 58 2D
Octal 332 127 16 0 74 136 17 25 130 55
Binary 11011010 1010111 1110 0 111100 1011110 1111 10101 1011000 101101

Color Harmonies of #DA570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA570E

Black with #DA570E

Text Example


Text Example

White with #DA570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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