Shades of Porsche #D99D62
Tints of Porsche #D99D62
RGB
CMYK
RGB Variations
Color information
#D99D62 (or 0xD99D62) is known color: Porsche. HEX triplet: D9, 9D and 62. RGB value is (217,157,98). Sum of RGB (Red+Green+Blue) = 217+157+98=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D62 is #26629D. Grayscale: #A8A8A8. Windows color (decimal): -2515614 or 6462937. OLE color: 6462937.
HSL color Cylindrical-coordinate representation of color #D99D62: hue angle of 29.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D99D62 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 98 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.15 |
| HSL | 29.75º | 0.61% | 0.62% | - |
| HSV(B) | 29.75º | 0.55% | 0.85% | - |
| XYZ | 42.88 | 39.75 | 16.97 | - |
| YUV | 168.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 98 | 0 | 0.28 | 0.55 | 0.15 | 29.75 | 0.61 | 0.62 |
| Hex | D9 | 9D | 62 | 0 | 1C | 37 | F | 1E | 3D | 3E |
| Octal | 331 | 235 | 142 | 0 | 34 | 67 | 17 | 36 | 75 | 76 |
| Binary | 11011001 | 10011101 | 1100010 | 0 | 11100 | 110111 | 1111 | 11110 | 111101 | 111110 |
Color Harmonies of #D99D62
Complementary color
Monochromatic Colors of #D99D62
Black with #D99D62
Text Example
Text Example
White with #D99D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D62; }
p { color: rgb(217,157,98); }
H1.HeaderClassName
{
color: #D99D62;
}
.AnyTagClassName
{
color: #D99D62;
}
</style>
background-color css
<style>
a { background-color: #D99D62; }
a { background-color: rgb(217,157,98); }
div.DivClassName
{
background-color: #D99D62;
}
.BgClassName
{
background-color: #D99D62;
}
</style>
border-color css
<style>
span { border-color: #D99D62; }
span { border-color: rgb(217,157,98); }
td.TdClassName
{
border-color: #D99D62;
}
.TagClassName
{
border-color: #D99D62;
}
</style>