Shades of Porsche #DD9551
Tints of Porsche #DD9551
RGB
CMYK
RGB Variations
Color information
#DD9551 (or 0xDD9551) is known color: Porsche. HEX triplet: DD, 95 and 51. RGB value is (221,149,81). Sum of RGB (Red+Green+Blue) = 221+149+81=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9551 is #226AAE. Grayscale: #A3A3A3. Windows color (decimal): -2255535 or 5346781. OLE color: 5346781.
HSL color Cylindrical-coordinate representation of color #DD9551: hue angle of 29.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD9551 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 81 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.13 |
| HSL | 29.14º | 0.67% | 0.59% | - |
| HSV(B) | 29.14º | 0.63% | 0.87% | - |
| XYZ | 42.05 | 37.46 | 12.8 | - |
| YUV | 162.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 81 | 0 | 0.33 | 0.63 | 0.13 | 29.14 | 0.67 | 0.59 |
| Hex | DD | 95 | 51 | 0 | 21 | 3F | D | 1D | 43 | 3B |
| Octal | 335 | 225 | 121 | 0 | 41 | 77 | 15 | 35 | 103 | 73 |
| Binary | 11011101 | 10010101 | 1010001 | 0 | 100001 | 111111 | 1101 | 11101 | 1000011 | 111011 |
Color Harmonies of #DD9551
Complementary color
Monochromatic Colors of #DD9551
Black with #DD9551
Text Example
Text Example
White with #DD9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9551; }
p { color: rgb(221,149,81); }
H1.HeaderClassName
{
color: #DD9551;
}
.AnyTagClassName
{
color: #DD9551;
}
</style>
background-color css
<style>
a { background-color: #DD9551; }
a { background-color: rgb(221,149,81); }
div.DivClassName
{
background-color: #DD9551;
}
.BgClassName
{
background-color: #DD9551;
}
</style>
border-color css
<style>
span { border-color: #DD9551; }
span { border-color: rgb(221,149,81); }
td.TdClassName
{
border-color: #DD9551;
}
.TagClassName
{
border-color: #DD9551;
}
</style>