Html Css Color HEX #D16A04 Tenne (Tawny)

📋 copy color: '#D16A04'

red 209 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #D16A04

Tints of Tenne (Tawny) #D16A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 65.52%
G = 33.23%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D16A04 (or 0xD16A04) is known color: Tenne (Tawny). HEX triplet: D1, 6A and 04. RGB value is (209,106,4). Sum of RGB (Red+Green+Blue) = 209+106+4=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A04 is #2E95FB. Grayscale: #7D7D7D. Windows color (decimal): -3053052 or 289489. OLE color: 289489.

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

Color convert

RGB 209 106 4 -
CMYK 0 0.49 0.98 0.18
HSL 29.85º 0.96% 0.42% -
HSV(B) 29.85º 0.98% 0.82% -
XYZ 31.47 23.87 3.06 -
YUV 125.17 59.62 187.79 -
System Red Green Blue C M Y K H S L
Decimal 209 106 4 0 0.49 0.98 0.18 29.85 0.96 0.42
Hex D1 6A 4 0 31 62 12 1E 60 2A
Octal 321 152 4 0 61 142 22 36 140 52
Binary 11010001 1101010 100 0 110001 1100010 10010 11110 1100000 101010

Color Harmonies of #D16A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A04

Black with #D16A04

Text Example


Text Example

White with #D16A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A04; }

 p { color: rgb(209,106,4); }

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

background-color css

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

 a { background-color: rgb(209,106,4); }

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

border-color css

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

 span { border-color: rgb(209,106,4); }

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