Shades of Porsche #D99F67
Tints of Porsche #D99F67
RGB
CMYK
RGB Variations
Color information
#D99F67 (or 0xD99F67) is known color: Porsche. HEX triplet: D9, 9F and 67. RGB value is (217,159,103). Sum of RGB (Red+Green+Blue) = 217+159+103=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F67 is #266098. Grayscale: #AAAAAA. Windows color (decimal): -2515097 or 6791129. OLE color: 6791129.
HSL color Cylindrical-coordinate representation of color #D99F67: hue angle of 29.47º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99F67 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 103 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.15 |
| HSL | 29.47º | 0.6% | 0.63% | - |
| HSV(B) | 29.47º | 0.53% | 0.85% | - |
| XYZ | 43.46 | 40.53 | 18.36 | - |
| YUV | 169.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 103 | 0 | 0.27 | 0.53 | 0.15 | 29.47 | 0.6 | 0.63 |
| Hex | D9 | 9F | 67 | 0 | 1B | 35 | F | 1D | 3C | 3F |
| Octal | 331 | 237 | 147 | 0 | 33 | 65 | 17 | 35 | 74 | 77 |
| Binary | 11011001 | 10011111 | 1100111 | 0 | 11011 | 110101 | 1111 | 11101 | 111100 | 111111 |
Color Harmonies of #D99F67
Complementary color
Monochromatic Colors of #D99F67
Black with #D99F67
Text Example
Text Example
White with #D99F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F67; }
p { color: rgb(217,159,103); }
H1.HeaderClassName
{
color: #D99F67;
}
.AnyTagClassName
{
color: #D99F67;
}
</style>
background-color css
<style>
a { background-color: #D99F67; }
a { background-color: rgb(217,159,103); }
div.DivClassName
{
background-color: #D99F67;
}
.BgClassName
{
background-color: #D99F67;
}
</style>
border-color css
<style>
span { border-color: #D99F67; }
span { border-color: rgb(217,159,103); }
td.TdClassName
{
border-color: #D99F67;
}
.TagClassName
{
border-color: #D99F67;
}
</style>