Shades of Porsche #DD9550
Tints of Porsche #DD9550
RGB
CMYK
RGB Variations
Color information
#DD9550 (or 0xDD9550) is known color: Porsche. HEX triplet: DD, 95 and 50. RGB value is (221,149,80). Sum of RGB (Red+Green+Blue) = 221+149+80=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9550 is #226AAF. Grayscale: #A3A3A3. Windows color (decimal): -2255536 or 5281245. OLE color: 5281245.
HSL color Cylindrical-coordinate representation of color #DD9550: hue angle of 29.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9550 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 80 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 29.36º | 0.67% | 0.59% | - |
| HSV(B) | 29.36º | 0.64% | 0.87% | - |
| XYZ | 42.01 | 37.45 | 12.6 | - |
| YUV | 162.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 80 | 0 | 0.33 | 0.64 | 0.13 | 29.36 | 0.67 | 0.59 |
| Hex | DD | 95 | 50 | 0 | 21 | 40 | D | 1D | 43 | 3B |
| Octal | 335 | 225 | 120 | 0 | 41 | 100 | 15 | 35 | 103 | 73 |
| Binary | 11011101 | 10010101 | 1010000 | 0 | 100001 | 1000000 | 1101 | 11101 | 1000011 | 111011 |
Color Harmonies of #DD9550
Complementary color
Monochromatic Colors of #DD9550
Black with #DD9550
Text Example
Text Example
White with #DD9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9550; }
p { color: rgb(221,149,80); }
H1.HeaderClassName
{
color: #DD9550;
}
.AnyTagClassName
{
color: #DD9550;
}
</style>
background-color css
<style>
a { background-color: #DD9550; }
a { background-color: rgb(221,149,80); }
div.DivClassName
{
background-color: #DD9550;
}
.BgClassName
{
background-color: #DD9550;
}
</style>
border-color css
<style>
span { border-color: #DD9550; }
span { border-color: rgb(221,149,80); }
td.TdClassName
{
border-color: #DD9550;
}
.TagClassName
{
border-color: #DD9550;
}
</style>