Html Css Color HEX #D95116 Tenne (Tawny)

📋 copy color: '#D95116'

red 217 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D95116

Tints of Tenne (Tawny) #D95116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 67.81%
G = 25.31%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95116 (or 0xD95116) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 16. RGB value is (217,81,22). Sum of RGB (Red+Green+Blue) = 217+81+22=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95116 is #26AEE9. Grayscale: #737373. Windows color (decimal): -2535146 or 1462745. OLE color: 1462745.

HSL color Cylindrical-coordinate representation of color #D95116: hue angle of 18.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95116 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 22 -
CMYK 0 0.63 0.90 0.15
HSL 18.15º 0.82% 0.47% -
HSV(B) 18.15º 0.9% 0.85% -
XYZ 31.7 20.69 3.08 -
YUV 114.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 217 81 22 0 0.63 0.90 0.15 18.15 0.82 0.47
Hex D9 51 16 0 3F 5A F 12 52 2F
Octal 331 121 26 0 77 132 17 22 122 57
Binary 11011001 1010001 10110 0 111111 1011010 1111 10010 1010010 101111

Color Harmonies of #D95116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95116

Black with #D95116

Text Example


Text Example

White with #D95116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95116; }

 p { color: rgb(217,81,22); }

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

background-color css

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

 a { background-color: rgb(217,81,22); }

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

border-color css

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

 span { border-color: rgb(217,81,22); }

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