Shades of Porsche #D99D67
Tints of Porsche #D99D67
RGB
CMYK
RGB Variations
Color information
#D99D67 (or 0xD99D67) is known color: Porsche. HEX triplet: D9, 9D and 67. RGB value is (217,157,103). Sum of RGB (Red+Green+Blue) = 217+157+103=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D67 is #266298. Grayscale: #A9A9A9. Windows color (decimal): -2515609 or 6790617. OLE color: 6790617.
HSL color Cylindrical-coordinate representation of color #D99D67: hue angle of 28.42º 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 #D99D67 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 103 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.15 |
| HSL | 28.42º | 0.6% | 0.63% | - |
| HSV(B) | 28.42º | 0.53% | 0.85% | - |
| XYZ | 43.12 | 39.84 | 18.25 | - |
| YUV | 168.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 103 | 0 | 0.28 | 0.53 | 0.15 | 28.42 | 0.6 | 0.63 |
| Hex | D9 | 9D | 67 | 0 | 1C | 35 | F | 1C | 3C | 3F |
| Octal | 331 | 235 | 147 | 0 | 34 | 65 | 17 | 34 | 74 | 77 |
| Binary | 11011001 | 10011101 | 1100111 | 0 | 11100 | 110101 | 1111 | 11100 | 111100 | 111111 |
Color Harmonies of #D99D67
Complementary color
Monochromatic Colors of #D99D67
Black with #D99D67
Text Example
Text Example
White with #D99D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D67; }
p { color: rgb(217,157,103); }
H1.HeaderClassName
{
color: #D99D67;
}
.AnyTagClassName
{
color: #D99D67;
}
</style>
background-color css
<style>
a { background-color: #D99D67; }
a { background-color: rgb(217,157,103); }
div.DivClassName
{
background-color: #D99D67;
}
.BgClassName
{
background-color: #D99D67;
}
</style>
border-color css
<style>
span { border-color: #D99D67; }
span { border-color: rgb(217,157,103); }
td.TdClassName
{
border-color: #D99D67;
}
.TagClassName
{
border-color: #D99D67;
}
</style>