Html Css Color HEX #D16707 Tenne (Tawny)

📋 copy color: '#D16707'

red 209 ◦ green 103 ◦ blue 7

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

Shades of Tenne (Tawny) #D16707

Tints of Tenne (Tawny) #D16707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 65.52%
G = 32.29%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D16707 (or 0xD16707) is known color: Tenne (Tawny). HEX triplet: D1, 67 and 07. RGB value is (209,103,7). Sum of RGB (Red+Green+Blue) = 209+103+7=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D16707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16707 is #2E98F8. Grayscale: #7C7C7C. Windows color (decimal): -3053817 or 485329. OLE color: 485329.

HSL color Cylindrical-coordinate representation of color #D16707: hue angle of 28.51º 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 #D16707 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 7 -
CMYK 0 0.51 0.97 0.18
HSL 28.51º 0.94% 0.42% -
HSV(B) 28.51º 0.97% 0.82% -
XYZ 31.18 23.27 3.05 -
YUV 123.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 209 103 7 0 0.51 0.97 0.18 28.51 0.94 0.42
Hex D1 67 7 0 33 61 12 1D 5E 2A
Octal 321 147 7 0 63 141 22 35 136 52
Binary 11010001 1100111 111 0 110011 1100001 10010 11101 1011110 101010

Color Harmonies of #D16707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16707

Black with #D16707

Text Example


Text Example

White with #D16707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16707; }

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

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

background-color css

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

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

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

border-color css

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

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

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