Html Css Color HEX #D16005 Tenne (Tawny)

📋 copy color: '#D16005'

red 209 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #D16005

Tints of Tenne (Tawny) #D16005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 67.42%
G = 30.97%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D16005 (or 0xD16005) is known color: Tenne (Tawny). HEX triplet: D1, 60 and 05. RGB value is (209,96,5). Sum of RGB (Red+Green+Blue) = 209+96+5=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D16005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16005 is #2E9FFA. Grayscale: #777777. Windows color (decimal): -3055611 or 352465. OLE color: 352465.

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

Color convert

RGB 209 96 5 -
CMYK 0 0.54 0.98 0.18
HSL 26.76º 0.95% 0.42% -
HSV(B) 26.76º 0.98% 0.82% -
XYZ 30.5 21.93 2.77 -
YUV 119.41 63.44 191.9 -
System Red Green Blue C M Y K H S L
Decimal 209 96 5 0 0.54 0.98 0.18 26.76 0.95 0.42
Hex D1 60 5 0 36 62 12 1B 5F 2A
Octal 321 140 5 0 66 142 22 33 137 52
Binary 11010001 1100000 101 0 110110 1100010 10010 11011 1011111 101010

Color Harmonies of #D16005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16005

Black with #D16005

Text Example


Text Example

White with #D16005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16005; }

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

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

background-color css

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

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

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

border-color css

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

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

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