Html Css Color HEX #D9490F Tenne (Tawny)

📋 copy color: '#D9490F'

red 217 ◦ green 73 ◦ blue 15

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

Shades of Tenne (Tawny) #D9490F

Tints of Tenne (Tawny) #D9490F

RGB

 RED value IS 217 (85.16% from 255) = 71.15%

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 71.15%
G = 23.93%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9490F (or 0xD9490F) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 0F. RGB value is (217,73,15). Sum of RGB (Red+Green+Blue) = 217+73+15=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D9490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9490F is #26B6F0. Grayscale: #6D6D6D. Windows color (decimal): -2537201 or 1001945. OLE color: 1001945.

HSL color Cylindrical-coordinate representation of color #D9490F: hue angle of 17.23º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9490F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 15 -
CMYK 0 0.66 0.93 0.15
HSL 17.23º 0.87% 0.45% -
HSV(B) 17.23º 0.93% 0.85% -
XYZ 31.08 19.55 2.59 -
YUV 109.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 217 73 15 0 0.66 0.93 0.15 17.23 0.87 0.45
Hex D9 49 F 0 42 5D F 11 57 2D
Octal 331 111 17 0 102 135 17 21 127 55
Binary 11011001 1001001 1111 0 1000010 1011101 1111 10001 1010111 101101

Color Harmonies of #D9490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9490F

Black with #D9490F

Text Example


Text Example

White with #D9490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9490F; }

 p { color: rgb(217,73,15); }

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

background-color css

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

 a { background-color: rgb(217,73,15); }

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

border-color css

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

 span { border-color: rgb(217,73,15); }

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