Shades of Porsche #DD9557
Tints of Porsche #DD9557
RGB
CMYK
RGB Variations
Color information
#DD9557 (or 0xDD9557) is known color: Porsche. HEX triplet: DD, 95 and 57. RGB value is (221,149,87). Sum of RGB (Red+Green+Blue) = 221+149+87=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9557 is #226AA8. Grayscale: #A3A3A3. Windows color (decimal): -2255529 or 5739997. OLE color: 5739997.
HSL color Cylindrical-coordinate representation of color #DD9557: hue angle of 27.76º degrees, saturation: 0.66, 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 #DD9557 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 87 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 27.76º | 0.66% | 0.6% | - |
| HSV(B) | 27.76º | 0.61% | 0.87% | - |
| XYZ | 42.29 | 37.56 | 14.04 | - |
| YUV | 163.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 87 | 0 | 0.33 | 0.61 | 0.13 | 27.76 | 0.66 | 0.6 |
| Hex | DD | 95 | 57 | 0 | 21 | 3D | D | 1C | 42 | 3C |
| Octal | 335 | 225 | 127 | 0 | 41 | 75 | 15 | 34 | 102 | 74 |
| Binary | 11011101 | 10010101 | 1010111 | 0 | 100001 | 111101 | 1101 | 11100 | 1000010 | 111100 |
Color Harmonies of #DD9557
Complementary color
Monochromatic Colors of #DD9557
Black with #DD9557
Text Example
Text Example
White with #DD9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9557; }
p { color: rgb(221,149,87); }
H1.HeaderClassName
{
color: #DD9557;
}
.AnyTagClassName
{
color: #DD9557;
}
</style>
background-color css
<style>
a { background-color: #DD9557; }
a { background-color: rgb(221,149,87); }
div.DivClassName
{
background-color: #DD9557;
}
.BgClassName
{
background-color: #DD9557;
}
</style>
border-color css
<style>
span { border-color: #DD9557; }
span { border-color: rgb(221,149,87); }
td.TdClassName
{
border-color: #DD9557;
}
.TagClassName
{
border-color: #DD9557;
}
</style>