Shades of Porsche #DD9F60
Tints of Porsche #DD9F60
RGB
CMYK
RGB Variations
Color information
#DD9F60 (or 0xDD9F60) is known color: Porsche. HEX triplet: DD, 9F and 60. RGB value is (221,159,96). Sum of RGB (Red+Green+Blue) = 221+159+96=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F60 is #22609F. Grayscale: #AAAAAA. Windows color (decimal): -2252960 or 6332381. OLE color: 6332381.
HSL color Cylindrical-coordinate representation of color #DD9F60: hue angle of 30.24º 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 #DD9F60 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 96 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.13 |
| HSL | 30.24º | 0.65% | 0.62% | - |
| HSV(B) | 30.24º | 0.57% | 0.87% | - |
| XYZ | 44.33 | 41.01 | 16.65 | - |
| YUV | 170.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 96 | 0 | 0.28 | 0.57 | 0.13 | 30.24 | 0.65 | 0.62 |
| Hex | DD | 9F | 60 | 0 | 1C | 39 | D | 1E | 41 | 3E |
| Octal | 335 | 237 | 140 | 0 | 34 | 71 | 15 | 36 | 101 | 76 |
| Binary | 11011101 | 10011111 | 1100000 | 0 | 11100 | 111001 | 1101 | 11110 | 1000001 | 111110 |
Color Harmonies of #DD9F60
Complementary color
Monochromatic Colors of #DD9F60
Black with #DD9F60
Text Example
Text Example
White with #DD9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F60; }
p { color: rgb(221,159,96); }
H1.HeaderClassName
{
color: #DD9F60;
}
.AnyTagClassName
{
color: #DD9F60;
}
</style>
background-color css
<style>
a { background-color: #DD9F60; }
a { background-color: rgb(221,159,96); }
div.DivClassName
{
background-color: #DD9F60;
}
.BgClassName
{
background-color: #DD9F60;
}
</style>
border-color css
<style>
span { border-color: #DD9F60; }
span { border-color: rgb(221,159,96); }
td.TdClassName
{
border-color: #DD9F60;
}
.TagClassName
{
border-color: #DD9F60;
}
</style>