Html Css Color HEX #D4540D Tenne (Tawny)

📋 copy color: '#D4540D'

red 212 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #D4540D

Tints of Tenne (Tawny) #D4540D

RGB

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

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

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

R = 68.61%
G = 27.18%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4540D (or 0xD4540D) is known color: Tenne (Tawny). HEX triplet: D4, 54 and 0D. RGB value is (212,84,13). Sum of RGB (Red+Green+Blue) = 212+84+13=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4540D is #2BABF2. Grayscale: #727272. Windows color (decimal): -2862067 or 873684. OLE color: 873684.

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

Color convert

RGB 212 84 13 -
CMYK 0 0.60 0.94 0.17
HSL 21.41º 0.88% 0.44% -
HSV(B) 21.41º 0.94% 0.83% -
XYZ 30.39 20.37 2.71 -
YUV 114.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 212 84 13 0 0.60 0.94 0.17 21.41 0.88 0.44
Hex D4 54 D 0 3C 5E 11 15 58 2C
Octal 324 124 15 0 74 136 21 25 130 54
Binary 11010100 1010100 1101 0 111100 1011110 10001 10101 1011000 101100

Color Harmonies of #D4540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4540D

Black with #D4540D

Text Example


Text Example

White with #D4540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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