Html Css Color HEX #D14706 Tenne (Tawny)

📋 copy color: '#D14706'

red 209 ◦ green 71 ◦ blue 6

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

Shades of Tenne (Tawny) #D14706

Tints of Tenne (Tawny) #D14706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 73.08%
G = 24.83%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14706 (or 0xD14706) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 06. RGB value is (209,71,6). Sum of RGB (Red+Green+Blue) = 209+71+6=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14706 is #2EB8F9. Grayscale: #696969. Windows color (decimal): -3062010 or 411601. OLE color: 411601.

HSL color Cylindrical-coordinate representation of color #D14706: hue angle of 19.21º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14706 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 6 -
CMYK 0 0.66 0.97 0.18
HSL 19.21º 0.94% 0.42% -
HSV(B) 19.21º 0.97% 0.82% -
XYZ 28.58 18.07 2.15 -
YUV 104.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 209 71 6 0 0.66 0.97 0.18 19.21 0.94 0.42
Hex D1 47 6 0 42 61 12 13 5E 2A
Octal 321 107 6 0 102 141 22 23 136 52
Binary 11010001 1000111 110 0 1000010 1100001 10010 10011 1011110 101010

Color Harmonies of #D14706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14706

Black with #D14706

Text Example


Text Example

White with #D14706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14706; }

 p { color: rgb(209,71,6); }

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

background-color css

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

 a { background-color: rgb(209,71,6); }

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

border-color css

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

 span { border-color: rgb(209,71,6); }

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