Html Css Color HEX #D4540C Tenne (Tawny)

📋 copy color: '#D4540C'

red 212 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D4540C

Tints of Tenne (Tawny) #D4540C

RGB

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

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

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

R = 68.83%
G = 27.27%
B = 3.9%

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

#D4540C (or 0xD4540C) is known color: Tenne (Tawny). HEX triplet: D4, 54 and 0C. RGB value is (212,84,12). Sum of RGB (Red+Green+Blue) = 212+84+12=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4540C is #2BABF3. Grayscale: #727272. Windows color (decimal): -2862068 or 808148. OLE color: 808148.

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

Color convert

RGB 212 84 12 -
CMYK 0 0.60 0.94 0.17
HSL 21.6º 0.89% 0.44% -
HSV(B) 21.6º 0.94% 0.83% -
XYZ 30.39 20.36 2.68 -
YUV 114.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 212 84 12 0 0.60 0.94 0.17 21.6 0.89 0.44
Hex D4 54 C 0 3C 5E 11 16 59 2C
Octal 324 124 14 0 74 136 21 26 131 54
Binary 11010100 1010100 1100 0 111100 1011110 10001 10110 1011001 101100

Color Harmonies of #D4540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4540C

Black with #D4540C

Text Example


Text Example

White with #D4540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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