Html Css Color HEX #D16200 Tenne (Tawny)

📋 copy color: '#D16200'

red 209 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #D16200

Tints of Tenne (Tawny) #D16200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 68.08%
G = 31.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D16200 (or 0xD16200) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 00. RGB value is (209,98,0). Sum of RGB (Red+Green+Blue) = 209+98+0=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D16200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16200 is #2E9DFF. Grayscale: #787878. Windows color (decimal): -3055104 or 25297. OLE color: 25297.

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

Color convert

RGB 209 98 0 -
CMYK 0 0.53 1 0.18
HSL 28.13º 1% 0.41% -
HSV(B) 28.13º 1% 0.82% -
XYZ 30.66 22.29 2.69 -
YUV 120.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 209 98 0 0 0.53 1 0.18 28.13 1 0.41
Hex D1 62 0 0 35 64 12 1C 64 29
Octal 321 142 0 0 65 144 22 34 144 51
Binary 11010001 1100010 0 0 110101 1100100 10010 11100 1100100 101001

Color Harmonies of #D16200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16200

Black with #D16200

Text Example


Text Example

White with #D16200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16200; }

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

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

background-color css

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

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

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

border-color css

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

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

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