Html Css Color HEX #D95000 Tenne (Tawny)

📋 copy color: '#D95000'

red 217 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #D95000

Tints of Tenne (Tawny) #D95000

RGB

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

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

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

R = 73.06%
G = 26.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95000 (or 0xD95000) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 00. RGB value is (217,80,0). Sum of RGB (Red+Green+Blue) = 217+80+0=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D95000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95000 is #26AFFF. Grayscale: #707070. Windows color (decimal): -2535424 or 20697. OLE color: 20697.

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

Color convert

RGB 217 80 0 -
CMYK 0 0.63 1 0.15
HSL 22.12º 1% 0.43% -
HSV(B) 22.12º 1% 0.85% -
XYZ 31.48 20.49 2.3 -
YUV 111.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 217 80 0 0 0.63 1 0.15 22.12 1 0.43
Hex D9 50 0 0 3F 64 F 16 64 2B
Octal 331 120 0 0 77 144 17 26 144 53
Binary 11011001 1010000 0 0 111111 1100100 1111 10110 1100100 101011

Color Harmonies of #D95000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95000

Black with #D95000

Text Example


Text Example

White with #D95000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95000; }

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

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

background-color css

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

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

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

border-color css

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

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

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