Shades of Porsche #DD9558
Tints of Porsche #DD9558
RGB
CMYK
RGB Variations
Color information
#DD9558 (or 0xDD9558) is known color: Porsche. HEX triplet: DD, 95 and 58. RGB value is (221,149,88). Sum of RGB (Red+Green+Blue) = 221+149+88=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9558 is #226AA7. Grayscale: #A3A3A3. Windows color (decimal): -2255528 or 5805533. OLE color: 5805533.
HSL color Cylindrical-coordinate representation of color #DD9558: hue angle of 27.52º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9558 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 88 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.13 |
| HSL | 27.52º | 0.66% | 0.61% | - |
| HSV(B) | 27.52º | 0.6% | 0.87% | - |
| XYZ | 42.33 | 37.57 | 14.25 | - |
| YUV | 163.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 88 | 0 | 0.33 | 0.60 | 0.13 | 27.52 | 0.66 | 0.61 |
| Hex | DD | 95 | 58 | 0 | 21 | 3C | D | 1C | 42 | 3D |
| Octal | 335 | 225 | 130 | 0 | 41 | 74 | 15 | 34 | 102 | 75 |
| Binary | 11011101 | 10010101 | 1011000 | 0 | 100001 | 111100 | 1101 | 11100 | 1000010 | 111101 |
Color Harmonies of #DD9558
Complementary color
Monochromatic Colors of #DD9558
Black with #DD9558
Text Example
Text Example
White with #DD9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9558; }
p { color: rgb(221,149,88); }
H1.HeaderClassName
{
color: #DD9558;
}
.AnyTagClassName
{
color: #DD9558;
}
</style>
background-color css
<style>
a { background-color: #DD9558; }
a { background-color: rgb(221,149,88); }
div.DivClassName
{
background-color: #DD9558;
}
.BgClassName
{
background-color: #DD9558;
}
</style>
border-color css
<style>
span { border-color: #DD9558; }
span { border-color: rgb(221,149,88); }
td.TdClassName
{
border-color: #DD9558;
}
.TagClassName
{
border-color: #DD9558;
}
</style>