Shades of Porsche #D99D63
Tints of Porsche #D99D63
RGB
CMYK
RGB Variations
Color information
#D99D63 (or 0xD99D63) is known color: Porsche. HEX triplet: D9, 9D and 63. RGB value is (217,157,99). Sum of RGB (Red+Green+Blue) = 217+157+99=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D63 is #26629C. Grayscale: #A8A8A8. Windows color (decimal): -2515613 or 6528473. OLE color: 6528473.
HSL color Cylindrical-coordinate representation of color #D99D63: hue angle of 29.49º 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 #D99D63 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 99 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.15 |
| HSL | 29.49º | 0.61% | 0.62% | - |
| HSV(B) | 29.49º | 0.54% | 0.85% | - |
| XYZ | 42.92 | 39.77 | 17.22 | - |
| YUV | 168.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 99 | 0 | 0.28 | 0.54 | 0.15 | 29.49 | 0.61 | 0.62 |
| Hex | D9 | 9D | 63 | 0 | 1C | 36 | F | 1D | 3D | 3E |
| Octal | 331 | 235 | 143 | 0 | 34 | 66 | 17 | 35 | 75 | 76 |
| Binary | 11011001 | 10011101 | 1100011 | 0 | 11100 | 110110 | 1111 | 11101 | 111101 | 111110 |
Color Harmonies of #D99D63
Complementary color
Monochromatic Colors of #D99D63
Black with #D99D63
Text Example
Text Example
White with #D99D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D63; }
p { color: rgb(217,157,99); }
H1.HeaderClassName
{
color: #D99D63;
}
.AnyTagClassName
{
color: #D99D63;
}
</style>
background-color css
<style>
a { background-color: #D99D63; }
a { background-color: rgb(217,157,99); }
div.DivClassName
{
background-color: #D99D63;
}
.BgClassName
{
background-color: #D99D63;
}
</style>
border-color css
<style>
span { border-color: #D99D63; }
span { border-color: rgb(217,157,99); }
td.TdClassName
{
border-color: #D99D63;
}
.TagClassName
{
border-color: #D99D63;
}
</style>