Shades of Porsche #D99A58
Tints of Porsche #D99A58
RGB
CMYK
RGB Variations
Color information
#D99A58 (or 0xD99A58) is known color: 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
| RGB | 217 | 154 | 88 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.15 |
| HSL | 30.7º | 0.63% | 0.6% | - |
| HSV(B) | 30.7º | 0.59% | 0.85% | - |
| XYZ | 41.93 | 38.57 | 14.47 | - |
| YUV | 165.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 88 | 0 | 0.29 | 0.59 | 0.15 | 30.7 | 0.63 | 0.6 |
| Hex | D9 | 9A | 58 | 0 | 1D | 3B | F | 1F | 3F | 3C |
| Octal | 331 | 232 | 130 | 0 | 35 | 73 | 17 | 37 | 77 | 74 |
| Binary | 11011001 | 10011010 | 1011000 | 0 | 11101 | 111011 | 1111 | 11111 | 111111 | 111100 |
Color Harmonies of #D99A58
Complementary color
Monochromatic Colors of #D99A58
Black with #D99A58
Text Example
Text Example
White with #D99A58
Text Example
Text Example
HTML Codes & Css Web 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>