Html Css Color HEX #D14908 Tenne (Tawny)

📋 copy color: '#D14908'

red 209 ◦ green 73 ◦ blue 8

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

Shades of Tenne (Tawny) #D14908

Tints of Tenne (Tawny) #D14908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 72.07%
G = 25.17%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14908 (or 0xD14908) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 08. RGB value is (209,73,8). Sum of RGB (Red+Green+Blue) = 209+73+8=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D14908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14908 is #2EB6F7. Grayscale: #6A6A6A. Windows color (decimal): -3061496 or 543185. OLE color: 543185.

HSL color Cylindrical-coordinate representation of color #D14908: hue angle of 19.4º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D14908 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 8 -
CMYK 0 0.65 0.96 0.18
HSL 19.4º 0.93% 0.43% -
HSV(B) 19.4º 0.96% 0.82% -
XYZ 28.72 18.34 2.26 -
YUV 106.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 209 73 8 0 0.65 0.96 0.18 19.4 0.93 0.43
Hex D1 49 8 0 41 60 12 13 5D 2B
Octal 321 111 10 0 101 140 22 23 135 53
Binary 11010001 1001001 1000 0 1000001 1100000 10010 10011 1011101 101011

Color Harmonies of #D14908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14908

Black with #D14908

Text Example


Text Example

White with #D14908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14908; }

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

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

background-color css

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

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

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

border-color css

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

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

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