Html Css Color HEX #D14500 Tenne (Tawny)

📋 copy color: '#D14500'

red 209 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #D14500

Tints of Tenne (Tawny) #D14500

RGB

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

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

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

R = 75.18%
G = 24.82%
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

#D14500 (or 0xD14500) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 00. RGB value is (209,69,0). Sum of RGB (Red+Green+Blue) = 209+69+0=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D14500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14500 is #2EBAFF. Grayscale: #676767. Windows color (decimal): -3062528 or 17873. OLE color: 17873.

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

Color convert

RGB 209 69 0 -
CMYK 0 0.67 1 0.18
HSL 19.81º 1% 0.41% -
HSV(B) 19.81º 1% 0.82% -
XYZ 28.42 17.81 1.94 -
YUV 102.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 209 69 0 0 0.67 1 0.18 19.81 1 0.41
Hex D1 45 0 0 43 64 12 14 64 29
Octal 321 105 0 0 103 144 22 24 144 51
Binary 11010001 1000101 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D14500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14500

Black with #D14500

Text Example


Text Example

White with #D14500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14500; }

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

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

background-color css

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

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

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

border-color css

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

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

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