Html Css Color HEX #D16305 Tenne (Tawny)

📋 copy color: '#D16305'

red 209 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #D16305

Tints of Tenne (Tawny) #D16305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 66.77%
G = 31.63%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D16305 (or 0xD16305) is known color: Tenne (Tawny). HEX triplet: D1, 63 and 05. RGB value is (209,99,5). Sum of RGB (Red+Green+Blue) = 209+99+5=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16305 is #2E9CFA. Grayscale: #797979. Windows color (decimal): -3054843 or 353233. OLE color: 353233.

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

Color convert

RGB 209 99 5 -
CMYK 0 0.53 0.98 0.18
HSL 27.65º 0.95% 0.42% -
HSV(B) 27.65º 0.98% 0.82% -
XYZ 30.78 22.49 2.86 -
YUV 121.17 62.44 190.64 -
System Red Green Blue C M Y K H S L
Decimal 209 99 5 0 0.53 0.98 0.18 27.65 0.95 0.42
Hex D1 63 5 0 35 62 12 1C 5F 2A
Octal 321 143 5 0 65 142 22 34 137 52
Binary 11010001 1100011 101 0 110101 1100010 10010 11100 1011111 101010

Color Harmonies of #D16305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16305

Black with #D16305

Text Example


Text Example

White with #D16305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16305; }

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

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

background-color css

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

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

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

border-color css

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

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

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