Shades of Porsche #D99C51
Tints of Porsche #D99C51
RGB
CMYK
RGB Variations
Color information
#D99C51 (or 0xD99C51) is known color: Porsche. HEX triplet: D9, 9C and 51. RGB value is (217,156,81). Sum of RGB (Red+Green+Blue) = 217+156+81=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C51 is #2663AE. Grayscale: #A6A6A6. Windows color (decimal): -2515887 or 5348569. OLE color: 5348569.
HSL color Cylindrical-coordinate representation of color #D99C51: hue angle of 33.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D99C51 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 81 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.15 |
| HSL | 33.09º | 0.64% | 0.58% | - |
| HSV(B) | 33.09º | 0.63% | 0.85% | - |
| XYZ | 41.99 | 39.12 | 13.12 | - |
| YUV | 165.69 | 80.21 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 81 | 0 | 0.28 | 0.63 | 0.15 | 33.09 | 0.64 | 0.58 |
| Hex | D9 | 9C | 51 | 0 | 1C | 3F | F | 21 | 40 | 3A |
| Octal | 331 | 234 | 121 | 0 | 34 | 77 | 17 | 41 | 100 | 72 |
| Binary | 11011001 | 10011100 | 1010001 | 0 | 11100 | 111111 | 1111 | 100001 | 1000000 | 111010 |
Color Harmonies of #D99C51
Complementary color
Monochromatic Colors of #D99C51
Black with #D99C51
Text Example
Text Example
White with #D99C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C51; }
p { color: rgb(217,156,81); }
H1.HeaderClassName
{
color: #D99C51;
}
.AnyTagClassName
{
color: #D99C51;
}
</style>
background-color css
<style>
a { background-color: #D99C51; }
a { background-color: rgb(217,156,81); }
div.DivClassName
{
background-color: #D99C51;
}
.BgClassName
{
background-color: #D99C51;
}
</style>
border-color css
<style>
span { border-color: #D99C51; }
span { border-color: rgb(217,156,81); }
td.TdClassName
{
border-color: #D99C51;
}
.TagClassName
{
border-color: #D99C51;
}
</style>