Html Css Color HEX #D14707 Tenne (Tawny)

📋 copy color: '#D14707'

red 209 ◦ green 71 ◦ blue 7

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

Shades of Tenne (Tawny) #D14707

Tints of Tenne (Tawny) #D14707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 72.82%
G = 24.74%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14707 (or 0xD14707) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 07. RGB value is (209,71,7). Sum of RGB (Red+Green+Blue) = 209+71+7=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D14707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14707 is #2EB8F8. Grayscale: #696969. Windows color (decimal): -3062009 or 477137. OLE color: 477137.

HSL color Cylindrical-coordinate representation of color #D14707: hue angle of 19.01º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14707 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 7 -
CMYK 0 0.66 0.97 0.18
HSL 19.01º 0.94% 0.42% -
HSV(B) 19.01º 0.97% 0.82% -
XYZ 28.59 18.08 2.18 -
YUV 104.97 72.72 202.2 -
System Red Green Blue C M Y K H S L
Decimal 209 71 7 0 0.66 0.97 0.18 19.01 0.94 0.42
Hex D1 47 7 0 42 61 12 13 5E 2A
Octal 321 107 7 0 102 141 22 23 136 52
Binary 11010001 1000111 111 0 1000010 1100001 10010 10011 1011110 101010

Color Harmonies of #D14707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14707

Black with #D14707

Text Example


Text Example

White with #D14707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14707; }

 p { color: rgb(209,71,7); }

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

background-color css

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

 a { background-color: rgb(209,71,7); }

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

border-color css

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

 span { border-color: rgb(209,71,7); }

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