Html Css Color HEX #D16B04 Tenne (Tawny)

📋 copy color: '#D16B04'

red 209 ◦ green 107 ◦ blue 4

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

Shades of Tenne (Tawny) #D16B04

Tints of Tenne (Tawny) #D16B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 65.31%
G = 33.44%
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

#D16B04 (or 0xD16B04) is known color: Tenne (Tawny). HEX triplet: D1, 6B and 04. RGB value is (209,107,4). Sum of RGB (Red+Green+Blue) = 209+107+4=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16B04 is #2E94FB. Grayscale: #7E7E7E. Windows color (decimal): -3052796 or 289745. OLE color: 289745.

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

Color convert

RGB 209 107 4 -
CMYK 0 0.49 0.98 0.18
HSL 30.15º 0.96% 0.42% -
HSV(B) 30.15º 0.98% 0.82% -
XYZ 31.57 24.08 3.1 -
YUV 125.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 209 107 4 0 0.49 0.98 0.18 30.15 0.96 0.42
Hex D1 6B 4 0 31 62 12 1E 60 2A
Octal 321 153 4 0 61 142 22 36 140 52
Binary 11010001 1101011 100 0 110001 1100010 10010 11110 1100000 101010

Color Harmonies of #D16B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B04

Black with #D16B04

Text Example


Text Example

White with #D16B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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