Html Css Color HEX #D5560A Tenne (Tawny)

📋 copy color: '#D5560A'

red 213 ◦ green 86 ◦ blue 10

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

Shades of Tenne (Tawny) #D5560A

Tints of Tenne (Tawny) #D5560A

RGB

 RED value IS 213 (83.59% from 255) = 68.93%

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

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 68.93%
G = 27.83%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5560A (or 0xD5560A) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 0A. RGB value is (213,86,10). Sum of RGB (Red+Green+Blue) = 213+86+10=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5560A is #2AA9F5. Grayscale: #737373. Windows color (decimal): -2796022 or 677589. OLE color: 677589.

HSL color Cylindrical-coordinate representation of color #D5560A: hue angle of 22.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5560A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 10 -
CMYK 0 0.60 0.95 0.16
HSL 22.46º 0.91% 0.44% -
HSV(B) 22.46º 0.95% 0.84% -
XYZ 30.82 20.82 2.68 -
YUV 115.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 213 86 10 0 0.60 0.95 0.16 22.46 0.91 0.44
Hex D5 56 A 0 3C 5F 10 16 5B 2C
Octal 325 126 12 0 74 137 20 26 133 54
Binary 11010101 1010110 1010 0 111100 1011111 10000 10110 1011011 101100

Color Harmonies of #D5560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5560A

Black with #D5560A

Text Example


Text Example

White with #D5560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5560A; }

 p { color: rgb(213,86,10); }

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

background-color css

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

 a { background-color: rgb(213,86,10); }

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

border-color css

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

 span { border-color: rgb(213,86,10); }

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