Html Css Color HEX #D14F16 Tenne (Tawny)

📋 copy color: '#D14F16'

red 209 ◦ green 79 ◦ blue 22

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

Shades of Tenne (Tawny) #D14F16

Tints of Tenne (Tawny) #D14F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 67.42%
G = 25.48%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14F16 (or 0xD14F16) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 16. RGB value is (209,79,22). Sum of RGB (Red+Green+Blue) = 209+79+22=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F16 is #2EB0E9. Grayscale: #6F6F6F. Windows color (decimal): -3059946 or 1462225. OLE color: 1462225.

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

Color convert

RGB 209 79 22 -
CMYK 0 0.62 0.89 0.18
HSL 18.29º 0.81% 0.45% -
HSV(B) 18.29º 0.89% 0.82% -
XYZ 29.24 19.21 2.93 -
YUV 111.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 209 79 22 0 0.62 0.89 0.18 18.29 0.81 0.45
Hex D1 4F 16 0 3E 59 12 12 51 2D
Octal 321 117 26 0 76 131 22 22 121 55
Binary 11010001 1001111 10110 0 111110 1011001 10010 10010 1010001 101101

Color Harmonies of #D14F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F16

Black with #D14F16

Text Example


Text Example

White with #D14F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F16; }

 p { color: rgb(209,79,22); }

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

background-color css

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

 a { background-color: rgb(209,79,22); }

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

border-color css

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

 span { border-color: rgb(209,79,22); }

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