Html Css Color HEX #D14705 Tenne (Tawny)

📋 copy color: '#D14705'

red 209 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #D14705

Tints of Tenne (Tawny) #D14705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 73.33%
G = 24.91%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14705 (or 0xD14705) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 05. RGB value is (209,71,5). Sum of RGB (Red+Green+Blue) = 209+71+5=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14705 is #2EB8FA. Grayscale: #696969. Windows color (decimal): -3062011 or 346065. OLE color: 346065.

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

Color convert

RGB 209 71 5 -
CMYK 0 0.66 0.98 0.18
HSL 19.41º 0.95% 0.42% -
HSV(B) 19.41º 0.98% 0.82% -
XYZ 28.58 18.07 2.13 -
YUV 104.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 209 71 5 0 0.66 0.98 0.18 19.41 0.95 0.42
Hex D1 47 5 0 42 62 12 13 5F 2A
Octal 321 107 5 0 102 142 22 23 137 52
Binary 11010001 1000111 101 0 1000010 1100010 10010 10011 1011111 101010

Color Harmonies of #D14705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14705

Black with #D14705

Text Example


Text Example

White with #D14705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14705; }

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

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

background-color css

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

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

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

border-color css

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

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

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