Html Css Color HEX #D4540E Tenne (Tawny)

📋 copy color: '#D4540E'

red 212 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #D4540E

Tints of Tenne (Tawny) #D4540E

RGB

 RED value IS 212 (83.2% from 255) = 68.39%

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 68.39%
G = 27.1%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4540E (or 0xD4540E) is known color: Tenne (Tawny). HEX triplet: D4, 54 and 0E. RGB value is (212,84,14). Sum of RGB (Red+Green+Blue) = 212+84+14=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4540E is #2BABF1. Grayscale: #727272. Windows color (decimal): -2862066 or 939220. OLE color: 939220.

HSL color Cylindrical-coordinate representation of color #D4540E: hue angle of 21.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4540E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 84 14 -
CMYK 0 0.60 0.93 0.17
HSL 21.21º 0.88% 0.44% -
HSV(B) 21.21º 0.93% 0.83% -
XYZ 30.4 20.37 2.74 -
YUV 114.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 212 84 14 0 0.60 0.93 0.17 21.21 0.88 0.44
Hex D4 54 E 0 3C 5D 11 15 58 2C
Octal 324 124 16 0 74 135 21 25 130 54
Binary 11010100 1010100 1110 0 111100 1011101 10001 10101 1011000 101100

Color Harmonies of #D4540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4540E

Black with #D4540E

Text Example


Text Example

White with #D4540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4540E; }

 p { color: rgb(212,84,14); }

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

background-color css

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

 a { background-color: rgb(212,84,14); }

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

border-color css

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

 span { border-color: rgb(212,84,14); }

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