Shades of Porsche #D99655
Tints of Porsche #D99655
RGB
CMYK
RGB Variations
Color information
#D99655 (or 0xD99655) is known color: Porsche. HEX triplet: D9, 96 and 55. RGB value is (217,150,85). Sum of RGB (Red+Green+Blue) = 217+150+85=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99655 is #2669AA. Grayscale: #A2A2A2. Windows color (decimal): -2517419 or 5609177. OLE color: 5609177.
HSL color Cylindrical-coordinate representation of color #D99655: hue angle of 29.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D99655 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 85 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.15 |
| HSL | 29.55º | 0.63% | 0.59% | - |
| HSV(B) | 29.55º | 0.61% | 0.85% | - |
| XYZ | 41.16 | 37.22 | 13.61 | - |
| YUV | 162.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 85 | 0 | 0.31 | 0.61 | 0.15 | 29.55 | 0.63 | 0.59 |
| Hex | D9 | 96 | 55 | 0 | 1F | 3D | F | 1E | 3F | 3B |
| Octal | 331 | 226 | 125 | 0 | 37 | 75 | 17 | 36 | 77 | 73 |
| Binary | 11011001 | 10010110 | 1010101 | 0 | 11111 | 111101 | 1111 | 11110 | 111111 | 111011 |
Color Harmonies of #D99655
Complementary color
Monochromatic Colors of #D99655
Black with #D99655
Text Example
Text Example
White with #D99655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99655; }
p { color: rgb(217,150,85); }
H1.HeaderClassName
{
color: #D99655;
}
.AnyTagClassName
{
color: #D99655;
}
</style>
background-color css
<style>
a { background-color: #D99655; }
a { background-color: rgb(217,150,85); }
div.DivClassName
{
background-color: #D99655;
}
.BgClassName
{
background-color: #D99655;
}
</style>
border-color css
<style>
span { border-color: #D99655; }
span { border-color: rgb(217,150,85); }
td.TdClassName
{
border-color: #D99655;
}
.TagClassName
{
border-color: #D99655;
}
</style>