Html Css Color HEX #D95211 Tenne (Tawny)

📋 copy color: '#D95211'

red 217 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D95211

Tints of Tenne (Tawny) #D95211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 68.67%
G = 25.95%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95211 (or 0xD95211) is known color: Tenne (Tawny). HEX triplet: D9, 52 and 11. RGB value is (217,82,17). Sum of RGB (Red+Green+Blue) = 217+82+17=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D95211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95211 is #26ADEE. Grayscale: #737373. Windows color (decimal): -2534895 or 1135321. OLE color: 1135321.

HSL color Cylindrical-coordinate representation of color #D95211: hue angle of 19.5º 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 #D95211 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 17 -
CMYK 0 0.62 0.92 0.15
HSL 19.5º 0.85% 0.46% -
HSV(B) 19.5º 0.92% 0.85% -
XYZ 31.73 20.83 2.88 -
YUV 114.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 217 82 17 0 0.62 0.92 0.15 19.5 0.85 0.46
Hex D9 52 11 0 3E 5C F 14 55 2E
Octal 331 122 21 0 76 134 17 24 125 56
Binary 11011001 1010010 10001 0 111110 1011100 1111 10100 1010101 101110

Color Harmonies of #D95211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95211

Black with #D95211

Text Example


Text Example

White with #D95211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95211; }

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

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

background-color css

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

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

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

border-color css

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

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

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