Shades of Porsche #DD9660
Tints of Porsche #DD9660
RGB
CMYK
RGB Variations
Color information
#DD9660 (or 0xDD9660) is known color: Porsche. HEX triplet: DD, 96 and 60. RGB value is (221,150,96). Sum of RGB (Red+Green+Blue) = 221+150+96=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9660 is #22699F. Grayscale: #A5A5A5. Windows color (decimal): -2255264 or 6330077. OLE color: 6330077.
HSL color Cylindrical-coordinate representation of color #DD9660: hue angle of 25.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD9660 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 96 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.13 |
| HSL | 25.92º | 0.65% | 0.62% | - |
| HSV(B) | 25.92º | 0.57% | 0.87% | - |
| XYZ | 42.84 | 38.03 | 16.15 | - |
| YUV | 165.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 96 | 0 | 0.32 | 0.57 | 0.13 | 25.92 | 0.65 | 0.62 |
| Hex | DD | 96 | 60 | 0 | 20 | 39 | D | 1A | 41 | 3E |
| Octal | 335 | 226 | 140 | 0 | 40 | 71 | 15 | 32 | 101 | 76 |
| Binary | 11011101 | 10010110 | 1100000 | 0 | 100000 | 111001 | 1101 | 11010 | 1000001 | 111110 |
Color Harmonies of #DD9660
Complementary color
Monochromatic Colors of #DD9660
Black with #DD9660
Text Example
Text Example
White with #DD9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9660; }
p { color: rgb(221,150,96); }
H1.HeaderClassName
{
color: #DD9660;
}
.AnyTagClassName
{
color: #DD9660;
}
</style>
background-color css
<style>
a { background-color: #DD9660; }
a { background-color: rgb(221,150,96); }
div.DivClassName
{
background-color: #DD9660;
}
.BgClassName
{
background-color: #DD9660;
}
</style>
border-color css
<style>
span { border-color: #DD9660; }
span { border-color: rgb(221,150,96); }
td.TdClassName
{
border-color: #DD9660;
}
.TagClassName
{
border-color: #DD9660;
}
</style>