Html Css Color HEX #D95008 Tenne (Tawny)

📋 copy color: '#D95008'

red 217 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #D95008

Tints of Tenne (Tawny) #D95008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 71.15%
G = 26.23%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D95008 (or 0xD95008) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 08. RGB value is (217,80,8). Sum of RGB (Red+Green+Blue) = 217+80+8=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D95008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95008 is #26AFF7. Grayscale: #717171. Windows color (decimal): -2535416 or 544985. OLE color: 544985.

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

Color convert

RGB 217 80 8 -
CMYK 0 0.63 0.96 0.15
HSL 20.67º 0.93% 0.44% -
HSV(B) 20.67º 0.96% 0.85% -
XYZ 31.53 20.51 2.53 -
YUV 112.76 68.89 202.35 -
System Red Green Blue C M Y K H S L
Decimal 217 80 8 0 0.63 0.96 0.15 20.67 0.93 0.44
Hex D9 50 8 0 3F 60 F 15 5D 2C
Octal 331 120 10 0 77 140 17 25 135 54
Binary 11011001 1010000 1000 0 111111 1100000 1111 10101 1011101 101100

Color Harmonies of #D95008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95008

Black with #D95008

Text Example


Text Example

White with #D95008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95008; }

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

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

background-color css

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

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

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

border-color css

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

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

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