Html Css Color HEX #D95210 Tenne (Tawny)

📋 copy color: '#D95210'

red 217 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #D95210

Tints of Tenne (Tawny) #D95210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 68.89%
G = 26.03%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D95210 (or 0xD95210) is known color: Tenne (Tawny). HEX triplet: D9, 52 and 10. RGB value is (217,82,16). Sum of RGB (Red+Green+Blue) = 217+82+16=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D95210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95210 is #26ADEF. Grayscale: #737373. Windows color (decimal): -2534896 or 1069785. OLE color: 1069785.

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

Color convert

RGB 217 82 16 -
CMYK 0 0.62 0.93 0.15
HSL 19.7º 0.86% 0.46% -
HSV(B) 19.7º 0.93% 0.85% -
XYZ 31.73 20.82 2.84 -
YUV 114.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 217 82 16 0 0.62 0.93 0.15 19.7 0.86 0.46
Hex D9 52 10 0 3E 5D F 14 56 2E
Octal 331 122 20 0 76 135 17 24 126 56
Binary 11011001 1010010 10000 0 111110 1011101 1111 10100 1010110 101110

Color Harmonies of #D95210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95210

Black with #D95210

Text Example


Text Example

White with #D95210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95210; }

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

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

background-color css

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

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

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

border-color css

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

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

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