Html Css Color HEX #D14506 Tenne (Tawny)

📋 copy color: '#D14506'

red 209 ◦ green 69 ◦ blue 6

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

Shades of Tenne (Tawny) #D14506

Tints of Tenne (Tawny) #D14506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 73.59%
G = 24.3%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14506 (or 0xD14506) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 06. RGB value is (209,69,6). Sum of RGB (Red+Green+Blue) = 209+69+6=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D14506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14506 is #2EBAF9. Grayscale: #686868. Windows color (decimal): -3062522 or 411089. OLE color: 411089.

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

Color convert

RGB 209 69 6 -
CMYK 0 0.67 0.97 0.18
HSL 18.62º 0.94% 0.42% -
HSV(B) 18.62º 0.97% 0.82% -
XYZ 28.46 17.82 2.11 -
YUV 103.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 209 69 6 0 0.67 0.97 0.18 18.62 0.94 0.42
Hex D1 45 6 0 43 61 12 13 5E 2A
Octal 321 105 6 0 103 141 22 23 136 52
Binary 11010001 1000101 110 0 1000011 1100001 10010 10011 1011110 101010

Color Harmonies of #D14506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14506

Black with #D14506

Text Example


Text Example

White with #D14506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14506; }

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

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

background-color css

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

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

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

border-color css

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

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

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