Html Css Color HEX #D16201 Tenne (Tawny)

📋 copy color: '#D16201'

red 209 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #D16201

Tints of Tenne (Tawny) #D16201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 67.86%
G = 31.82%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D16201 (or 0xD16201) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 01. RGB value is (209,98,1). Sum of RGB (Red+Green+Blue) = 209+98+1=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D16201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16201 is #2E9DFE. Grayscale: #787878. Windows color (decimal): -3055103 or 90833. OLE color: 90833.

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

Color convert

RGB 209 98 1 -
CMYK 0 0.53 1.00 0.18
HSL 27.98º 0.99% 0.41% -
HSV(B) 27.98º 1% 0.82% -
XYZ 30.67 22.29 2.72 -
YUV 120.13 60.77 191.39 -
System Red Green Blue C M Y K H S L
Decimal 209 98 1 0 0.53 1.00 0.18 27.98 0.99 0.41
Hex D1 62 1 0 35 64 12 1C 63 29
Octal 321 142 1 0 65 144 22 34 143 51
Binary 11010001 1100010 1 0 110101 1100100 10010 11100 1100011 101001

Color Harmonies of #D16201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16201

Black with #D16201

Text Example


Text Example

White with #D16201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16201; }

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

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

background-color css

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

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

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

border-color css

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

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

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