Html Css Color HEX #DA570C Tenne (Tawny)

📋 copy color: '#DA570C'

red 218 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #DA570C

Tints of Tenne (Tawny) #DA570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 68.77%
G = 27.44%
B = 3.79%

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

#DA570C (or 0xDA570C) is known color: Tenne (Tawny). HEX triplet: DA, 57 and 0C. RGB value is (218,87,12). Sum of RGB (Red+Green+Blue) = 218+87+12=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA570C is #25A8F3. Grayscale: #767676. Windows color (decimal): -2468084 or 808922. OLE color: 808922.

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

Color convert

RGB 218 87 12 -
CMYK 0 0.60 0.94 0.15
HSL 21.84º 0.9% 0.45% -
HSV(B) 21.84º 0.94% 0.85% -
XYZ 32.39 21.75 2.84 -
YUV 117.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 218 87 12 0 0.60 0.94 0.15 21.84 0.9 0.45
Hex DA 57 C 0 3C 5E F 16 5A 2D
Octal 332 127 14 0 74 136 17 26 132 55
Binary 11011010 1010111 1100 0 111100 1011110 1111 10110 1011010 101101

Color Harmonies of #DA570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA570C

Black with #DA570C

Text Example


Text Example

White with #DA570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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