Html Css Color HEX #D95F00 Tenne (Tawny)

📋 copy color: '#D95F00'

red 217 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #D95F00

Tints of Tenne (Tawny) #D95F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.55%
G = 30.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95F00 (or 0xD95F00) is known color: Tenne (Tawny). HEX triplet: D9, 5F and 00. RGB value is (217,95,0). Sum of RGB (Red+Green+Blue) = 217+95+0=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95F00 is #26A0FF. Grayscale: #797979. Windows color (decimal): -2531584 or 24537. OLE color: 24537.

HSL color Cylindrical-coordinate representation of color #D95F00: hue angle of 26.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D95F00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 0 -
CMYK 0 0.56 1 0.15
HSL 26.27º 1% 0.43% -
HSV(B) 26.27º 1% 0.85% -
XYZ 32.71 22.94 2.7 -
YUV 120.65 59.92 196.72 -
System Red Green Blue C M Y K H S L
Decimal 217 95 0 0 0.56 1 0.15 26.27 1 0.43
Hex D9 5F 0 0 38 64 F 1A 64 2B
Octal 331 137 0 0 70 144 17 32 144 53
Binary 11011001 1011111 0 0 111000 1100100 1111 11010 1100100 101011

Color Harmonies of #D95F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F00

Black with #D95F00

Text Example


Text Example

White with #D95F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F00; }

 p { color: rgb(217,95,0); }

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

background-color css

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

 a { background-color: rgb(217,95,0); }

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

border-color css

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

 span { border-color: rgb(217,95,0); }

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