Html Css Color HEX #D16008 Tenne (Tawny)

📋 copy color: '#D16008'

red 209 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #D16008

Tints of Tenne (Tawny) #D16008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 66.77%
G = 30.67%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D16008 (or 0xD16008) is known color: Tenne (Tawny). HEX triplet: D1, 60 and 08. RGB value is (209,96,8). Sum of RGB (Red+Green+Blue) = 209+96+8=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16008 is #2E9FF7. Grayscale: #787878. Windows color (decimal): -3055608 or 549073. OLE color: 549073.

HSL color Cylindrical-coordinate representation of color #D16008: hue angle of 26.27º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D16008 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 8 -
CMYK 0 0.54 0.96 0.18
HSL 26.27º 0.93% 0.43% -
HSV(B) 26.27º 0.96% 0.82% -
XYZ 30.52 21.94 2.86 -
YUV 119.76 64.94 191.66 -
System Red Green Blue C M Y K H S L
Decimal 209 96 8 0 0.54 0.96 0.18 26.27 0.93 0.43
Hex D1 60 8 0 36 60 12 1A 5D 2B
Octal 321 140 10 0 66 140 22 32 135 53
Binary 11010001 1100000 1000 0 110110 1100000 10010 11010 1011101 101011

Color Harmonies of #D16008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16008

Black with #D16008

Text Example


Text Example

White with #D16008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16008; }

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

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

background-color css

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

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

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

border-color css

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

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

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