Shades of Porsche #DD9556
Tints of Porsche #DD9556
RGB
CMYK
RGB Variations
Color information
#DD9556 (or 0xDD9556) is known color: Porsche. HEX triplet: DD, 95 and 56. RGB value is (221,149,86). Sum of RGB (Red+Green+Blue) = 221+149+86=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9556 is #226AA9. Grayscale: #A3A3A3. Windows color (decimal): -2255530 or 5674461. OLE color: 5674461.
HSL color Cylindrical-coordinate representation of color #DD9556: hue angle of 28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9556 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 28º | 0.67% | 0.6% | - |
| HSV(B) | 28º | 0.61% | 0.87% | - |
| XYZ | 42.25 | 37.54 | 13.82 | - |
| YUV | 163.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 86 | 0 | 0.33 | 0.61 | 0.13 | 28 | 0.67 | 0.6 |
| Hex | DD | 95 | 56 | 0 | 21 | 3D | D | 1C | 43 | 3C |
| Octal | 335 | 225 | 126 | 0 | 41 | 75 | 15 | 34 | 103 | 74 |
| Binary | 11011101 | 10010101 | 1010110 | 0 | 100001 | 111101 | 1101 | 11100 | 1000011 | 111100 |
Color Harmonies of #DD9556
Complementary color
Monochromatic Colors of #DD9556
Black with #DD9556
Text Example
Text Example
White with #DD9556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9556; }
p { color: rgb(221,149,86); }
H1.HeaderClassName
{
color: #DD9556;
}
.AnyTagClassName
{
color: #DD9556;
}
</style>
background-color css
<style>
a { background-color: #DD9556; }
a { background-color: rgb(221,149,86); }
div.DivClassName
{
background-color: #DD9556;
}
.BgClassName
{
background-color: #DD9556;
}
</style>
border-color css
<style>
span { border-color: #DD9556; }
span { border-color: rgb(221,149,86); }
td.TdClassName
{
border-color: #DD9556;
}
.TagClassName
{
border-color: #DD9556;
}
</style>