Shades of Porsche #DD9F66
Tints of Porsche #DD9F66
RGB
CMYK
RGB Variations
Color information
#DD9F66 (or 0xDD9F66) is known color: Porsche. HEX triplet: DD, 9F and 66. RGB value is (221,159,102). Sum of RGB (Red+Green+Blue) = 221+159+102=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F66 is #226099. Grayscale: #ABABAB. Windows color (decimal): -2252954 or 6725597. OLE color: 6725597.
HSL color Cylindrical-coordinate representation of color #DD9F66: hue angle of 28.74º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD9F66 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 102 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.13 |
| HSL | 28.74º | 0.64% | 0.63% | - |
| HSV(B) | 28.74º | 0.54% | 0.87% | - |
| XYZ | 44.62 | 41.13 | 18.16 | - |
| YUV | 171.04 | 89.04 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 102 | 0 | 0.28 | 0.54 | 0.13 | 28.74 | 0.64 | 0.63 |
| Hex | DD | 9F | 66 | 0 | 1C | 36 | D | 1D | 40 | 3F |
| Octal | 335 | 237 | 146 | 0 | 34 | 66 | 15 | 35 | 100 | 77 |
| Binary | 11011101 | 10011111 | 1100110 | 0 | 11100 | 110110 | 1101 | 11101 | 1000000 | 111111 |
Color Harmonies of #DD9F66
Complementary color
Monochromatic Colors of #DD9F66
Black with #DD9F66
Text Example
Text Example
White with #DD9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F66; }
p { color: rgb(221,159,102); }
H1.HeaderClassName
{
color: #DD9F66;
}
.AnyTagClassName
{
color: #DD9F66;
}
</style>
background-color css
<style>
a { background-color: #DD9F66; }
a { background-color: rgb(221,159,102); }
div.DivClassName
{
background-color: #DD9F66;
}
.BgClassName
{
background-color: #DD9F66;
}
</style>
border-color css
<style>
span { border-color: #DD9F66; }
span { border-color: rgb(221,159,102); }
td.TdClassName
{
border-color: #DD9F66;
}
.TagClassName
{
border-color: #DD9F66;
}
</style>