Html Css Color HEX #D9490B Tenne (Tawny)

📋 copy color: '#D9490B'

red 217 ◦ green 73 ◦ blue 11

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

Shades of Tenne (Tawny) #D9490B

Tints of Tenne (Tawny) #D9490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 72.09%
G = 24.25%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9490B (or 0xD9490B) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 0B. RGB value is (217,73,11). Sum of RGB (Red+Green+Blue) = 217+73+11=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9490B is #26B6F4. Grayscale: #6D6D6D. Windows color (decimal): -2537205 or 739801. OLE color: 739801.

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

Color convert

RGB 217 73 11 -
CMYK 0 0.66 0.95 0.15
HSL 18.06º 0.9% 0.45% -
HSV(B) 18.06º 0.95% 0.85% -
XYZ 31.06 19.54 2.45 -
YUV 108.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 217 73 11 0 0.66 0.95 0.15 18.06 0.9 0.45
Hex D9 49 B 0 42 5F F 12 5A 2D
Octal 331 111 13 0 102 137 17 22 132 55
Binary 11011001 1001001 1011 0 1000010 1011111 1111 10010 1011010 101101

Color Harmonies of #D9490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9490B

Black with #D9490B

Text Example


Text Example

White with #D9490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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