Html Css Color HEX #D5540C Tenne (Tawny)

📋 copy color: '#D5540C'

red 213 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D5540C

Tints of Tenne (Tawny) #D5540C

RGB

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

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

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

R = 68.93%
G = 27.18%
B = 3.88%

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

#D5540C (or 0xD5540C) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 0C. RGB value is (213,84,12). Sum of RGB (Red+Green+Blue) = 213+84+12=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5540C is #2AABF3. Grayscale: #727272. Windows color (decimal): -2796532 or 808149. OLE color: 808149.

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

Color convert

RGB 213 84 12 -
CMYK 0 0.61 0.94 0.16
HSL 21.49º 0.89% 0.44% -
HSV(B) 21.49º 0.94% 0.84% -
XYZ 30.68 20.51 2.69 -
YUV 114.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 213 84 12 0 0.61 0.94 0.16 21.49 0.89 0.44
Hex D5 54 C 0 3D 5E 10 15 59 2C
Octal 325 124 14 0 75 136 20 25 131 54
Binary 11010101 1010100 1100 0 111101 1011110 10000 10101 1011001 101100

Color Harmonies of #D5540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5540C

Black with #D5540C

Text Example


Text Example

White with #D5540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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