#D95E00

Color #D95E00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D95E00

Tints of Tenne (Tawny) #D95E00

Color information

#D95E00 (or 0xD95E00) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 5E and 00. RGB value is (217,94,0). Sum of RGB (Red+Green+Blue) = 217+94+0=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95E00 is #26A1FF. Grayscale: #787878. Windows color (decimal): -2531840 or 24281. OLE color: 24281.

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

Color convert

RGB217940-
CMYK00.5710.15
HSL25.99º100%42.55%-
HSV(B)25.99º100%85.1%-
XYZ32.6222.762.67-
YUV120.0660.25197.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.77%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.77%
G=30.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21794000.5710.1525.9910042.55
HexD95E003964F1a642b
Octal3311360071144173214453
Binary1101100110111100011100111001001111110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E00; }

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

 H1.HeaderClassName
 {
   color: #D95E00;
 }
 .AnyTagClassName
 {
   color: #D95E00;
 }
</style>
background-color css

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

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

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

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

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

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