Shades of Porsche #D99C65
Tints of Porsche #D99C65
RGB
CMYK
RGB Variations
Color information
#D99C65 (or 0xD99C65) is known color: Porsche. HEX triplet: D9, 9C and 65. RGB value is (217,156,101). Sum of RGB (Red+Green+Blue) = 217+156+101=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C65 is #26639A. Grayscale: #A8A8A8. Windows color (decimal): -2515867 or 6659289. OLE color: 6659289.
HSL color Cylindrical-coordinate representation of color #D99C65: hue angle of 28.45º 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 #D99C65 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 101 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.15 |
| HSL | 28.45º | 0.6% | 0.62% | - |
| HSV(B) | 28.45º | 0.53% | 0.85% | - |
| XYZ | 42.85 | 39.47 | 17.67 | - |
| YUV | 167.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 101 | 0 | 0.28 | 0.53 | 0.15 | 28.45 | 0.6 | 0.62 |
| Hex | D9 | 9C | 65 | 0 | 1C | 35 | F | 1C | 3C | 3E |
| Octal | 331 | 234 | 145 | 0 | 34 | 65 | 17 | 34 | 74 | 76 |
| Binary | 11011001 | 10011100 | 1100101 | 0 | 11100 | 110101 | 1111 | 11100 | 111100 | 111110 |
Color Harmonies of #D99C65
Complementary color
Monochromatic Colors of #D99C65
Black with #D99C65
Text Example
Text Example
White with #D99C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C65; }
p { color: rgb(217,156,101); }
H1.HeaderClassName
{
color: #D99C65;
}
.AnyTagClassName
{
color: #D99C65;
}
</style>
background-color css
<style>
a { background-color: #D99C65; }
a { background-color: rgb(217,156,101); }
div.DivClassName
{
background-color: #D99C65;
}
.BgClassName
{
background-color: #D99C65;
}
</style>
border-color css
<style>
span { border-color: #D99C65; }
span { border-color: rgb(217,156,101); }
td.TdClassName
{
border-color: #D99C65;
}
.TagClassName
{
border-color: #D99C65;
}
</style>