Shades of Porsche #D99D64
Tints of Porsche #D99D64
RGB
CMYK
RGB Variations
Color information
#D99D64 (or 0xD99D64) is known color: Porsche. HEX triplet: D9, 9D and 64. RGB value is (217,157,100). Sum of RGB (Red+Green+Blue) = 217+157+100=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D64 is #26629B. Grayscale: #A8A8A8. Windows color (decimal): -2515612 or 6594009. OLE color: 6594009.
HSL color Cylindrical-coordinate representation of color #D99D64: hue angle of 29.23º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D99D64 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 100 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.15 |
| HSL | 29.23º | 0.61% | 0.62% | - |
| HSV(B) | 29.23º | 0.54% | 0.85% | - |
| XYZ | 42.97 | 39.79 | 17.47 | - |
| YUV | 168.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 100 | 0 | 0.28 | 0.54 | 0.15 | 29.23 | 0.61 | 0.62 |
| Hex | D9 | 9D | 64 | 0 | 1C | 36 | F | 1D | 3D | 3E |
| Octal | 331 | 235 | 144 | 0 | 34 | 66 | 17 | 35 | 75 | 76 |
| Binary | 11011001 | 10011101 | 1100100 | 0 | 11100 | 110110 | 1111 | 11101 | 111101 | 111110 |
Color Harmonies of #D99D64
Complementary color
Monochromatic Colors of #D99D64
Black with #D99D64
Text Example
Text Example
White with #D99D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D64; }
p { color: rgb(217,157,100); }
H1.HeaderClassName
{
color: #D99D64;
}
.AnyTagClassName
{
color: #D99D64;
}
</style>
background-color css
<style>
a { background-color: #D99D64; }
a { background-color: rgb(217,157,100); }
div.DivClassName
{
background-color: #D99D64;
}
.BgClassName
{
background-color: #D99D64;
}
</style>
border-color css
<style>
span { border-color: #D99D64; }
span { border-color: rgb(217,157,100); }
td.TdClassName
{
border-color: #D99D64;
}
.TagClassName
{
border-color: #D99D64;
}
</style>