Shades of Porsche #D99D65
Tints of Porsche #D99D65
RGB
CMYK
RGB Variations
Color information
#D99D65 (or 0xD99D65) is known color: Porsche. HEX triplet: D9, 9D and 65. RGB value is (217,157,101). Sum of RGB (Red+Green+Blue) = 217+157+101=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D65 is #26629A. Grayscale: #A8A8A8. Windows color (decimal): -2515611 or 6659545. OLE color: 6659545.
HSL color Cylindrical-coordinate representation of color #D99D65: hue angle of 28.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99D65 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 101 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.15 |
| HSL | 28.97º | 0.6% | 0.62% | - |
| HSV(B) | 28.97º | 0.53% | 0.85% | - |
| XYZ | 43.02 | 39.81 | 17.73 | - |
| YUV | 168.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 101 | 0 | 0.28 | 0.53 | 0.15 | 28.97 | 0.6 | 0.62 |
| Hex | D9 | 9D | 65 | 0 | 1C | 35 | F | 1D | 3C | 3E |
| Octal | 331 | 235 | 145 | 0 | 34 | 65 | 17 | 35 | 74 | 76 |
| Binary | 11011001 | 10011101 | 1100101 | 0 | 11100 | 110101 | 1111 | 11101 | 111100 | 111110 |
Color Harmonies of #D99D65
Complementary color
Monochromatic Colors of #D99D65
Black with #D99D65
Text Example
Text Example
White with #D99D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D65; }
p { color: rgb(217,157,101); }
H1.HeaderClassName
{
color: #D99D65;
}
.AnyTagClassName
{
color: #D99D65;
}
</style>
background-color css
<style>
a { background-color: #D99D65; }
a { background-color: rgb(217,157,101); }
div.DivClassName
{
background-color: #D99D65;
}
.BgClassName
{
background-color: #D99D65;
}
</style>
border-color css
<style>
span { border-color: #D99D65; }
span { border-color: rgb(217,157,101); }
td.TdClassName
{
border-color: #D99D65;
}
.TagClassName
{
border-color: #D99D65;
}
</style>