Html Css Color HEX #D16C05 Tenne (Tawny)

📋 copy color: '#D16C05'

red 209 ◦ green 108 ◦ blue 5

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

Shades of Tenne (Tawny) #D16C05

Tints of Tenne (Tawny) #D16C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 64.91%
G = 33.54%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D16C05 (or 0xD16C05) is known color: Tenne (Tawny). HEX triplet: D1, 6C and 05. RGB value is (209,108,5). Sum of RGB (Red+Green+Blue) = 209+108+5=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C05 is #2E93FA. Grayscale: #7E7E7E. Windows color (decimal): -3052539 or 355537. OLE color: 355537.

HSL color Cylindrical-coordinate representation of color #D16C05: hue angle of 30.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D16C05 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 5 -
CMYK 0 0.48 0.98 0.18
HSL 30.29º 0.95% 0.42% -
HSV(B) 30.29º 0.98% 0.82% -
XYZ 31.68 24.29 3.16 -
YUV 126.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 209 108 5 0 0.48 0.98 0.18 30.29 0.95 0.42
Hex D1 6C 5 0 30 62 12 1E 5F 2A
Octal 321 154 5 0 60 142 22 36 137 52
Binary 11010001 1101100 101 0 110000 1100010 10010 11110 1011111 101010

Color Harmonies of #D16C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C05

Black with #D16C05

Text Example


Text Example

White with #D16C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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