Html Css Color HEX #D95510 Tenne (Tawny)

📋 copy color: '#D95510'

red 217 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #D95510

Tints of Tenne (Tawny) #D95510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 68.24%
G = 26.73%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D95510 (or 0xD95510) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 10. RGB value is (217,85,16). Sum of RGB (Red+Green+Blue) = 217+85+16=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D95510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95510 is #26AAEF. Grayscale: #757575. Windows color (decimal): -2534128 or 1070553. OLE color: 1070553.

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

Color convert

RGB 217 85 16 -
CMYK 0 0.61 0.93 0.15
HSL 20.6º 0.86% 0.46% -
HSV(B) 20.6º 0.93% 0.85% -
XYZ 31.96 21.29 2.91 -
YUV 116.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 217 85 16 0 0.61 0.93 0.15 20.6 0.86 0.46
Hex D9 55 10 0 3D 5D F 15 56 2E
Octal 331 125 20 0 75 135 17 25 126 56
Binary 11011001 1010101 10000 0 111101 1011101 1111 10101 1010110 101110

Color Harmonies of #D95510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95510

Black with #D95510

Text Example


Text Example

White with #D95510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95510; }

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

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

background-color css

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

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

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

border-color css

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

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

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