Shades of Porsche #D99D55
Tints of Porsche #D99D55
RGB
CMYK
RGB Variations
Color information
#D99D55 (or 0xD99D55) is known color: Porsche. HEX triplet: D9, 9D and 55. RGB value is (217,157,85). Sum of RGB (Red+Green+Blue) = 217+157+85=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D55 is #2662AA. Grayscale: #A7A7A7. Windows color (decimal): -2515627 or 5610969. OLE color: 5610969.
HSL color Cylindrical-coordinate representation of color #D99D55: hue angle of 32.73º 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 #D99D55 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 85 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.15 |
| HSL | 32.73º | 0.63% | 0.59% | - |
| HSV(B) | 32.73º | 0.61% | 0.85% | - |
| XYZ | 42.31 | 39.52 | 13.99 | - |
| YUV | 166.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 85 | 0 | 0.28 | 0.61 | 0.15 | 32.73 | 0.63 | 0.59 |
| Hex | D9 | 9D | 55 | 0 | 1C | 3D | F | 21 | 3F | 3B |
| Octal | 331 | 235 | 125 | 0 | 34 | 75 | 17 | 41 | 77 | 73 |
| Binary | 11011001 | 10011101 | 1010101 | 0 | 11100 | 111101 | 1111 | 100001 | 111111 | 111011 |
Color Harmonies of #D99D55
Complementary color
Monochromatic Colors of #D99D55
Black with #D99D55
Text Example
Text Example
White with #D99D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D55; }
p { color: rgb(217,157,85); }
H1.HeaderClassName
{
color: #D99D55;
}
.AnyTagClassName
{
color: #D99D55;
}
</style>
background-color css
<style>
a { background-color: #D99D55; }
a { background-color: rgb(217,157,85); }
div.DivClassName
{
background-color: #D99D55;
}
.BgClassName
{
background-color: #D99D55;
}
</style>
border-color css
<style>
span { border-color: #D99D55; }
span { border-color: rgb(217,157,85); }
td.TdClassName
{
border-color: #D99D55;
}
.TagClassName
{
border-color: #D99D55;
}
</style>