Html Css Color HEX #D14D12 Tenne (Tawny)

📋 copy color: '#D14D12'

red 209 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #D14D12

Tints of Tenne (Tawny) #D14D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 68.75%
G = 25.33%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14D12 (or 0xD14D12) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 12. RGB value is (209,77,18). Sum of RGB (Red+Green+Blue) = 209+77+18=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D12 is #2EB2ED. Grayscale: #6E6E6E. Windows color (decimal): -3060462 or 1199569. OLE color: 1199569.

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

Color convert

RGB 209 77 18 -
CMYK 0 0.63 0.91 0.18
HSL 18.53º 0.84% 0.45% -
HSV(B) 18.53º 0.91% 0.82% -
XYZ 29.06 18.91 2.69 -
YUV 109.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 209 77 18 0 0.63 0.91 0.18 18.53 0.84 0.45
Hex D1 4D 12 0 3F 5B 12 13 54 2D
Octal 321 115 22 0 77 133 22 23 124 55
Binary 11010001 1001101 10010 0 111111 1011011 10010 10011 1010100 101101

Color Harmonies of #D14D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D12

Black with #D14D12

Text Example


Text Example

White with #D14D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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