Html Css Color HEX #D14D11 Tenne (Tawny)

📋 copy color: '#D14D11'

red 209 ◦ green 77 ◦ blue 17

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

Shades of Tenne (Tawny) #D14D11

Tints of Tenne (Tawny) #D14D11

RGB

 RED value IS 209 (82.03% from 255) = 68.98%

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 68.98%
G = 25.41%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14D11 (or 0xD14D11) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 11. RGB value is (209,77,17). Sum of RGB (Red+Green+Blue) = 209+77+17=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D11 is #2EB2EE. Grayscale: #6E6E6E. Windows color (decimal): -3060463 or 1134033. OLE color: 1134033.

HSL color Cylindrical-coordinate representation of color #D14D11: hue angle of 18.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14D11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 17 -
CMYK 0 0.63 0.92 0.18
HSL 18.75º 0.85% 0.44% -
HSV(B) 18.75º 0.92% 0.82% -
XYZ 29.05 18.9 2.65 -
YUV 109.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 209 77 17 0 0.63 0.92 0.18 18.75 0.85 0.44
Hex D1 4D 11 0 3F 5C 12 13 55 2C
Octal 321 115 21 0 77 134 22 23 125 54
Binary 11010001 1001101 10001 0 111111 1011100 10010 10011 1010101 101100

Color Harmonies of #D14D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D11

Black with #D14D11

Text Example


Text Example

White with #D14D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D11; }

 p { color: rgb(209,77,17); }

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

background-color css

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

 a { background-color: rgb(209,77,17); }

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

border-color css

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

 span { border-color: rgb(209,77,17); }

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