Shades of Porsche #D99F50
Tints of Porsche #D99F50
RGB
CMYK
RGB Variations
Color information
#D99F50 (or 0xD99F50) is known color: Porsche. HEX triplet: D9, 9F and 50. RGB value is (217,159,80). Sum of RGB (Red+Green+Blue) = 217+159+80=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F50 is #2660AF. Grayscale: #A7A7A7. Windows color (decimal): -2515120 or 5283801. OLE color: 5283801.
HSL color Cylindrical-coordinate representation of color #D99F50: hue angle of 34.6º 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 #D99F50 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 80 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.15 |
| HSL | 34.6º | 0.64% | 0.58% | - |
| HSV(B) | 34.6º | 0.63% | 0.85% | - |
| XYZ | 42.46 | 40.13 | 13.1 | - |
| YUV | 167.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 80 | 0 | 0.27 | 0.63 | 0.15 | 34.6 | 0.64 | 0.58 |
| Hex | D9 | 9F | 50 | 0 | 1B | 3F | F | 23 | 40 | 3A |
| Octal | 331 | 237 | 120 | 0 | 33 | 77 | 17 | 43 | 100 | 72 |
| Binary | 11011001 | 10011111 | 1010000 | 0 | 11011 | 111111 | 1111 | 100011 | 1000000 | 111010 |
Color Harmonies of #D99F50
Complementary color
Monochromatic Colors of #D99F50
Black with #D99F50
Text Example
Text Example
White with #D99F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F50; }
p { color: rgb(217,159,80); }
H1.HeaderClassName
{
color: #D99F50;
}
.AnyTagClassName
{
color: #D99F50;
}
</style>
background-color css
<style>
a { background-color: #D99F50; }
a { background-color: rgb(217,159,80); }
div.DivClassName
{
background-color: #D99F50;
}
.BgClassName
{
background-color: #D99F50;
}
</style>
border-color css
<style>
span { border-color: #D99F50; }
span { border-color: rgb(217,159,80); }
td.TdClassName
{
border-color: #D99F50;
}
.TagClassName
{
border-color: #D99F50;
}
</style>