#D99A58

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

Shades of Porsche #D99A58

Tints of Porsche #D99A58

Color information

#D99A58 (or 0xD99A58) is unknown color: approx Porsche. HEX triplet: D9, 9A and 58. RGB value is (217,154,88). Sum of RGB (Red+Green+Blue) = 217+154+88=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A58 is #2665A7. Grayscale: #A5A5A5. Windows color (decimal): -2516392 or 5806809. OLE color: 5806809.

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

Color convert

RGB21715488-
CMYK00.290.590.15
HSL30.7º62.93%59.8%-
HSV(B)30.7º59.45%85.1%-
XYZ41.9338.5714.47-
YUV165.3184.37164.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=47.28%
G=33.55%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171548800.290.590.1530.762.9359.8
HexD99A5801D3BF1f3f3c
Octal3312321300357317377774
Binary11011001100110101011000011101111011111111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A58; }

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

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

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

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

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

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

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

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