Html Css Color HEX #D95100 Tenne (Tawny)

📋 copy color: '#D95100'

red 217 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #D95100

Tints of Tenne (Tawny) #D95100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.82%
G = 27.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95100 (or 0xD95100) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 00. RGB value is (217,81,0). Sum of RGB (Red+Green+Blue) = 217+81+0=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D95100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95100 is #26AEFF. Grayscale: #707070. Windows color (decimal): -2535168 or 20953. OLE color: 20953.

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

Color convert

RGB 217 81 0 -
CMYK 0 0.63 1 0.15
HSL 22.4º 1% 0.43% -
HSV(B) 22.4º 1% 0.85% -
XYZ 31.56 20.64 2.32 -
YUV 112.43 64.56 202.59 -
System Red Green Blue C M Y K H S L
Decimal 217 81 0 0 0.63 1 0.15 22.4 1 0.43
Hex D9 51 0 0 3F 64 F 16 64 2B
Octal 331 121 0 0 77 144 17 26 144 53
Binary 11011001 1010001 0 0 111111 1100100 1111 10110 1100100 101011

Color Harmonies of #D95100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95100

Black with #D95100

Text Example


Text Example

White with #D95100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95100; }

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

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

background-color css

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

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

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

border-color css

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

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

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