#D99E58

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

Shades of Porsche #D99E58

Tints of Porsche #D99E58

Color information

#D99E58 (or 0xD99E58) is unknown color: approx Porsche. HEX triplet: D9, 9E and 58. RGB value is (217,158,88). Sum of RGB (Red+Green+Blue) = 217+158+88=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E58 is #2661A7. Grayscale: #A8A8A8. Windows color (decimal): -2515368 or 5807833. OLE color: 5807833.

HSL color Cylindrical-coordinate representation of color #D99E58: hue angle of 32.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D99E58 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21715888-
CMYK00.270.590.15
HSL32.56º62.93%59.8%-
HSV(B)32.56º59.45%85.1%-
XYZ42.639.9114.69-
YUV167.6683.05163.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=46.87%
G=34.13%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171588800.270.590.1532.5662.9359.8
HexD99E5801B3BF213f3c
Octal3312361300337317417774
Binary110110011001111010110000110111110111111100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E58; }

 p { color: rgb(217,158,88); }

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

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

 a { background-color: rgb(217,158,88); }

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

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

 span { border-color: rgb(217,158,88); }

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