Html Css Color HEX #D95508 Tenne (Tawny)

📋 copy color: '#D95508'

red 217 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #D95508

Tints of Tenne (Tawny) #D95508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 70%
G = 27.42%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D95508 (or 0xD95508) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 08. RGB value is (217,85,8). Sum of RGB (Red+Green+Blue) = 217+85+8=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D95508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95508 is #26AAF7. Grayscale: #747474. Windows color (decimal): -2534136 or 546265. OLE color: 546265.

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

Color convert

RGB 217 85 8 -
CMYK 0 0.61 0.96 0.15
HSL 22.11º 0.93% 0.44% -
HSV(B) 22.11º 0.96% 0.85% -
XYZ 31.91 21.27 2.65 -
YUV 115.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 217 85 8 0 0.61 0.96 0.15 22.11 0.93 0.44
Hex D9 55 8 0 3D 60 F 16 5D 2C
Octal 331 125 10 0 75 140 17 26 135 54
Binary 11011001 1010101 1000 0 111101 1100000 1111 10110 1011101 101100

Color Harmonies of #D95508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95508

Black with #D95508

Text Example


Text Example

White with #D95508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95508; }

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

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

background-color css

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

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

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

border-color css

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

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

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