Html Css Color HEX #D5540D Tenne (Tawny)

📋 copy color: '#D5540D'

red 213 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #D5540D

Tints of Tenne (Tawny) #D5540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 68.71%
G = 27.1%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5540D (or 0xD5540D) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 0D. RGB value is (213,84,13). Sum of RGB (Red+Green+Blue) = 213+84+13=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5540D is #2AABF2. Grayscale: #727272. Windows color (decimal): -2796531 or 873685. OLE color: 873685.

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

Color convert

RGB 213 84 13 -
CMYK 0 0.61 0.94 0.16
HSL 21.3º 0.88% 0.44% -
HSV(B) 21.3º 0.94% 0.84% -
XYZ 30.68 20.52 2.72 -
YUV 114.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 213 84 13 0 0.61 0.94 0.16 21.3 0.88 0.44
Hex D5 54 D 0 3D 5E 10 15 58 2C
Octal 325 124 15 0 75 136 20 25 130 54
Binary 11010101 1010100 1101 0 111101 1011110 10000 10101 1011000 101100

Color Harmonies of #D5540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5540D

Black with #D5540D

Text Example


Text Example

White with #D5540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5540D; }

 p { color: rgb(213,84,13); }

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

background-color css

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

 a { background-color: rgb(213,84,13); }

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

border-color css

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

 span { border-color: rgb(213,84,13); }

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