Html Css Color HEX #D14905 Tenne (Tawny)

📋 copy color: '#D14905'

red 209 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #D14905

Tints of Tenne (Tawny) #D14905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 72.82%
G = 25.44%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14905 (or 0xD14905) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 05. RGB value is (209,73,5). Sum of RGB (Red+Green+Blue) = 209+73+5=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D14905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14905 is #2EB6FA. Grayscale: #6A6A6A. Windows color (decimal): -3061499 or 346577. OLE color: 346577.

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

Color convert

RGB 209 73 5 -
CMYK 0 0.65 0.98 0.18
HSL 20º 0.95% 0.42% -
HSV(B) 20º 0.98% 0.82% -
XYZ 28.7 18.33 2.17 -
YUV 105.91 71.06 201.53 -
System Red Green Blue C M Y K H S L
Decimal 209 73 5 0 0.65 0.98 0.18 20 0.95 0.42
Hex D1 49 5 0 41 62 12 14 5F 2A
Octal 321 111 5 0 101 142 22 24 137 52
Binary 11010001 1001001 101 0 1000001 1100010 10010 10100 1011111 101010

Color Harmonies of #D14905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14905

Black with #D14905

Text Example


Text Example

White with #D14905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14905; }

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

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

background-color css

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

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

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

border-color css

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

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

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