Html Css Color HEX #DA560B Tenne (Tawny)

📋 copy color: '#DA560B'

red 218 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #DA560B

Tints of Tenne (Tawny) #DA560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 69.21%
G = 27.3%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA560B (or 0xDA560B) is known color: Tenne (Tawny). HEX triplet: DA, 56 and 0B. RGB value is (218,86,11). Sum of RGB (Red+Green+Blue) = 218+86+11=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA560B is #25A9F4. Grayscale: #757575. Windows color (decimal): -2468341 or 743130. OLE color: 743130.

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

Color convert

RGB 218 86 11 -
CMYK 0 0.61 0.95 0.15
HSL 21.74º 0.9% 0.45% -
HSV(B) 21.74º 0.95% 0.85% -
XYZ 32.3 21.59 2.78 -
YUV 116.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 218 86 11 0 0.61 0.95 0.15 21.74 0.9 0.45
Hex DA 56 B 0 3D 5F F 16 5A 2D
Octal 332 126 13 0 75 137 17 26 132 55
Binary 11011010 1010110 1011 0 111101 1011111 1111 10110 1011010 101101

Color Harmonies of #DA560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA560B

Black with #DA560B

Text Example


Text Example

White with #DA560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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