Shades of Porsche #DD9F55
Tints of Porsche #DD9F55
RGB
CMYK
RGB Variations
Color information
#DD9F55 (or 0xDD9F55) is known color: Porsche. HEX triplet: DD, 9F and 55. RGB value is (221,159,85). Sum of RGB (Red+Green+Blue) = 221+159+85=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F55 is #2260AA. Grayscale: #A9A9A9. Windows color (decimal): -2252971 or 5611485. OLE color: 5611485.
HSL color Cylindrical-coordinate representation of color #DD9F55: hue angle of 32.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9F55 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 85 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.13 |
| HSL | 32.65º | 0.67% | 0.6% | - |
| HSV(B) | 32.65º | 0.62% | 0.87% | - |
| XYZ | 43.86 | 40.82 | 14.16 | - |
| YUV | 169.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 85 | 0 | 0.28 | 0.62 | 0.13 | 32.65 | 0.67 | 0.6 |
| Hex | DD | 9F | 55 | 0 | 1C | 3E | D | 21 | 43 | 3C |
| Octal | 335 | 237 | 125 | 0 | 34 | 76 | 15 | 41 | 103 | 74 |
| Binary | 11011101 | 10011111 | 1010101 | 0 | 11100 | 111110 | 1101 | 100001 | 1000011 | 111100 |
Color Harmonies of #DD9F55
Complementary color
Monochromatic Colors of #DD9F55
Black with #DD9F55
Text Example
Text Example
White with #DD9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F55; }
p { color: rgb(221,159,85); }
H1.HeaderClassName
{
color: #DD9F55;
}
.AnyTagClassName
{
color: #DD9F55;
}
</style>
background-color css
<style>
a { background-color: #DD9F55; }
a { background-color: rgb(221,159,85); }
div.DivClassName
{
background-color: #DD9F55;
}
.BgClassName
{
background-color: #DD9F55;
}
</style>
border-color css
<style>
span { border-color: #DD9F55; }
span { border-color: rgb(221,159,85); }
td.TdClassName
{
border-color: #DD9F55;
}
.TagClassName
{
border-color: #DD9F55;
}
</style>