Html Css Color HEX #D14906 Tenne (Tawny)

📋 copy color: '#D14906'

red 209 ◦ green 73 ◦ blue 6

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

Shades of Tenne (Tawny) #D14906

Tints of Tenne (Tawny) #D14906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 72.57%
G = 25.35%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14906 (or 0xD14906) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 06. RGB value is (209,73,6). Sum of RGB (Red+Green+Blue) = 209+73+6=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D14906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14906 is #2EB6F9. Grayscale: #6A6A6A. Windows color (decimal): -3061498 or 412113. OLE color: 412113.

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

Color convert

RGB 209 73 6 -
CMYK 0 0.65 0.97 0.18
HSL 19.8º 0.94% 0.42% -
HSV(B) 19.8º 0.97% 0.82% -
XYZ 28.71 18.33 2.2 -
YUV 106.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 209 73 6 0 0.65 0.97 0.18 19.8 0.94 0.42
Hex D1 49 6 0 41 61 12 14 5E 2A
Octal 321 111 6 0 101 141 22 24 136 52
Binary 11010001 1001001 110 0 1000001 1100001 10010 10100 1011110 101010

Color Harmonies of #D14906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14906

Black with #D14906

Text Example


Text Example

White with #D14906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14906; }

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

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

background-color css

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

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

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

border-color css

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

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

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