Html Css Color HEX #D95408 Tenne (Tawny)

📋 copy color: '#D95408'

red 217 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #D95408

Tints of Tenne (Tawny) #D95408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 70.23%
G = 27.18%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D95408 (or 0xD95408) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 08. RGB value is (217,84,8). Sum of RGB (Red+Green+Blue) = 217+84+8=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D95408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95408 is #26ABF7. Grayscale: #737373. Windows color (decimal): -2534392 or 546009. OLE color: 546009.

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

Color convert

RGB 217 84 8 -
CMYK 0 0.61 0.96 0.15
HSL 21.82º 0.93% 0.44% -
HSV(B) 21.82º 0.96% 0.85% -
XYZ 31.83 21.11 2.63 -
YUV 115.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 217 84 8 0 0.61 0.96 0.15 21.82 0.93 0.44
Hex D9 54 8 0 3D 60 F 16 5D 2C
Octal 331 124 10 0 75 140 17 26 135 54
Binary 11011001 1010100 1000 0 111101 1100000 1111 10110 1011101 101100

Color Harmonies of #D95408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95408

Black with #D95408

Text Example


Text Example

White with #D95408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95408; }

 p { color: rgb(217,84,8); }

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

background-color css

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

 a { background-color: rgb(217,84,8); }

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

border-color css

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

 span { border-color: rgb(217,84,8); }

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