Html Css Color HEX #D16C01 Tenne (Tawny)

📋 copy color: '#D16C01'

red 209 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #D16C01

Tints of Tenne (Tawny) #D16C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

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

R = 65.72%
G = 33.96%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D16C01 (or 0xD16C01) is known color: Tenne (Tawny). HEX triplet: D1, 6C and 01. RGB value is (209,108,1). Sum of RGB (Red+Green+Blue) = 209+108+1=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C01 is #2E93FE. Grayscale: #7E7E7E. Windows color (decimal): -3052543 or 93393. OLE color: 93393.

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

Color convert

RGB 209 108 1 -
CMYK 0 0.48 1.00 0.18
HSL 30.87º 0.99% 0.41% -
HSV(B) 30.87º 1% 0.82% -
XYZ 31.66 24.28 3.05 -
YUV 126 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 209 108 1 0 0.48 1.00 0.18 30.87 0.99 0.41
Hex D1 6C 1 0 30 64 12 1F 63 29
Octal 321 154 1 0 60 144 22 37 143 51
Binary 11010001 1101100 1 0 110000 1100100 10010 11111 1100011 101001

Color Harmonies of #D16C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C01

Black with #D16C01

Text Example


Text Example

White with #D16C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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