Html Css Color HEX #D16405 Tenne (Tawny)

📋 copy color: '#D16405'

red 209 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #D16405

Tints of Tenne (Tawny) #D16405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

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

R = 66.56%
G = 31.85%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D16405 (or 0xD16405) is known color: Tenne (Tawny). HEX triplet: D1, 64 and 05. RGB value is (209,100,5). Sum of RGB (Red+Green+Blue) = 209+100+5=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D16405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16405 is #2E9BFA. Grayscale: #7A7A7A. Windows color (decimal): -3054587 or 353489. OLE color: 353489.

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

Color convert

RGB 209 100 5 -
CMYK 0 0.52 0.98 0.18
HSL 27.94º 0.95% 0.42% -
HSV(B) 27.94º 0.98% 0.82% -
XYZ 30.88 22.68 2.89 -
YUV 121.76 62.11 190.22 -
System Red Green Blue C M Y K H S L
Decimal 209 100 5 0 0.52 0.98 0.18 27.94 0.95 0.42
Hex D1 64 5 0 34 62 12 1C 5F 2A
Octal 321 144 5 0 64 142 22 34 137 52
Binary 11010001 1100100 101 0 110100 1100010 10010 11100 1011111 101010

Color Harmonies of #D16405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16405

Black with #D16405

Text Example


Text Example

White with #D16405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16405; }

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

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

background-color css

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

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

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

border-color css

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

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

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