Html Css Color HEX #D14600 Tenne (Tawny)

📋 copy color: '#D14600'

red 209 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #D14600

Tints of Tenne (Tawny) #D14600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.91%
G = 25.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14600 (or 0xD14600) is known color: Tenne (Tawny). HEX triplet: D1, 46 and 00. RGB value is (209,70,0). Sum of RGB (Red+Green+Blue) = 209+70+0=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D14600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14600 is #2EB9FF. Grayscale: #686868. Windows color (decimal): -3062272 or 18129. OLE color: 18129.

HSL color Cylindrical-coordinate representation of color #D14600: hue angle of 20.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 0 -
CMYK 0 0.67 1 0.18
HSL 20.1º 1% 0.41% -
HSV(B) 20.1º 1% 0.82% -
XYZ 28.48 17.94 1.96 -
YUV 103.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 209 70 0 0 0.67 1 0.18 20.1 1 0.41
Hex D1 46 0 0 43 64 12 14 64 29
Octal 321 106 0 0 103 144 22 24 144 51
Binary 11010001 1000110 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D14600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14600

Black with #D14600

Text Example


Text Example

White with #D14600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14600; }

 p { color: rgb(209,70,0); }

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

background-color css

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

 a { background-color: rgb(209,70,0); }

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

border-color css

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

 span { border-color: rgb(209,70,0); }

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