Html Css Color HEX #DA560C Tenne (Tawny)

📋 copy color: '#DA560C'

red 218 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #DA560C

Tints of Tenne (Tawny) #DA560C

RGB

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

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

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

R = 68.99%
G = 27.22%
B = 3.8%

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

#DA560C (or 0xDA560C) is known color: Tenne (Tawny). HEX triplet: DA, 56 and 0C. RGB value is (218,86,12). Sum of RGB (Red+Green+Blue) = 218+86+12=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA560C is #25A9F3. Grayscale: #757575. Windows color (decimal): -2468340 or 808666. OLE color: 808666.

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

Color convert

RGB 218 86 12 -
CMYK 0 0.61 0.94 0.15
HSL 21.55º 0.9% 0.45% -
HSV(B) 21.55º 0.94% 0.85% -
XYZ 32.31 21.59 2.81 -
YUV 117.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 218 86 12 0 0.61 0.94 0.15 21.55 0.9 0.45
Hex DA 56 C 0 3D 5E F 16 5A 2D
Octal 332 126 14 0 75 136 17 26 132 55
Binary 11011010 1010110 1100 0 111101 1011110 1111 10110 1011010 101101

Color Harmonies of #DA560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA560C

Black with #DA560C

Text Example


Text Example

White with #DA560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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