Html Css Color HEX #D16507 Tenne (Tawny)

📋 copy color: '#D16507'

red 209 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #D16507

Tints of Tenne (Tawny) #D16507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 65.93%
G = 31.86%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D16507 (or 0xD16507) is known color: Tenne (Tawny). HEX triplet: D1, 65 and 07. RGB value is (209,101,7). Sum of RGB (Red+Green+Blue) = 209+101+7=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D16507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16507 is #2E9AF8. Grayscale: #7B7B7B. Windows color (decimal): -3054329 or 484817. OLE color: 484817.

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

Color convert

RGB 209 101 7 -
CMYK 0 0.52 0.97 0.18
HSL 27.92º 0.94% 0.42% -
HSV(B) 27.92º 0.97% 0.82% -
XYZ 30.99 22.88 2.98 -
YUV 122.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 209 101 7 0 0.52 0.97 0.18 27.92 0.94 0.42
Hex D1 65 7 0 34 61 12 1C 5E 2A
Octal 321 145 7 0 64 141 22 34 136 52
Binary 11010001 1100101 111 0 110100 1100001 10010 11100 1011110 101010

Color Harmonies of #D16507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16507

Black with #D16507

Text Example


Text Example

White with #D16507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16507; }

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

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

background-color css

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

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

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

border-color css

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

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

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