Html Css Color HEX #D95011 Tenne (Tawny)

📋 copy color: '#D95011'

red 217 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #D95011

Tints of Tenne (Tawny) #D95011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 69.11%
G = 25.48%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95011 (or 0xD95011) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 11. RGB value is (217,80,17). Sum of RGB (Red+Green+Blue) = 217+80+17=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D95011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95011 is #26AFEE. Grayscale: #727272. Windows color (decimal): -2535407 or 1134809. OLE color: 1134809.

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

Color convert

RGB 217 80 17 -
CMYK 0 0.63 0.92 0.15
HSL 18.9º 0.85% 0.46% -
HSV(B) 18.9º 0.92% 0.85% -
XYZ 31.59 20.53 2.83 -
YUV 113.78 73.39 201.62 -
System Red Green Blue C M Y K H S L
Decimal 217 80 17 0 0.63 0.92 0.15 18.9 0.85 0.46
Hex D9 50 11 0 3F 5C F 13 55 2E
Octal 331 120 21 0 77 134 17 23 125 56
Binary 11011001 1010000 10001 0 111111 1011100 1111 10011 1010101 101110

Color Harmonies of #D95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95011

Black with #D95011

Text Example


Text Example

White with #D95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95011; }

 p { color: rgb(217,80,17); }

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

background-color css

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

 a { background-color: rgb(217,80,17); }

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

border-color css

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

 span { border-color: rgb(217,80,17); }

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