Html Css Color HEX #D16400 Tenne (Tawny)

📋 copy color: '#D16400'

red 209 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D16400

Tints of Tenne (Tawny) #D16400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.64%
G = 32.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D16400 (or 0xD16400) is known color: Tenne (Tawny). HEX triplet: D1, 64 and 00. RGB value is (209,100,0). Sum of RGB (Red+Green+Blue) = 209+100+0=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D16400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16400 is #2E9BFF. Grayscale: #797979. Windows color (decimal): -3054592 or 25809. OLE color: 25809.

HSL color Cylindrical-coordinate representation of color #D16400: hue angle of 28.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16400 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 100 0 -
CMYK 0 0.52 1 0.18
HSL 28.71º 1% 0.41% -
HSV(B) 28.71º 1% 0.82% -
XYZ 30.85 22.67 2.75 -
YUV 121.19 59.61 190.63 -
System Red Green Blue C M Y K H S L
Decimal 209 100 0 0 0.52 1 0.18 28.71 1 0.41
Hex D1 64 0 0 34 64 12 1D 64 29
Octal 321 144 0 0 64 144 22 35 144 51
Binary 11010001 1100100 0 0 110100 1100100 10010 11101 1100100 101001

Color Harmonies of #D16400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16400

Black with #D16400

Text Example


Text Example

White with #D16400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16400; }

 p { color: rgb(209,100,0); }

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

background-color css

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

 a { background-color: rgb(209,100,0); }

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

border-color css

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

 span { border-color: rgb(209,100,0); }

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