Html Css Color HEX #D9490D Tenne (Tawny)

📋 copy color: '#D9490D'

red 217 ◦ green 73 ◦ blue 13

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

Shades of Tenne (Tawny) #D9490D

Tints of Tenne (Tawny) #D9490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 71.62%
G = 24.09%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9490D (or 0xD9490D) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 0D. RGB value is (217,73,13). Sum of RGB (Red+Green+Blue) = 217+73+13=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9490D is #26B6F2. Grayscale: #6D6D6D. Windows color (decimal): -2537203 or 870873. OLE color: 870873.

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

Color convert

RGB 217 73 13 -
CMYK 0 0.66 0.94 0.15
HSL 17.65º 0.89% 0.45% -
HSV(B) 17.65º 0.94% 0.85% -
XYZ 31.07 19.55 2.52 -
YUV 109.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 217 73 13 0 0.66 0.94 0.15 17.65 0.89 0.45
Hex D9 49 D 0 42 5E F 12 59 2D
Octal 331 111 15 0 102 136 17 22 131 55
Binary 11011001 1001001 1101 0 1000010 1011110 1111 10010 1011001 101101

Color Harmonies of #D9490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9490D

Black with #D9490D

Text Example


Text Example

White with #D9490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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