Shades of Porsche #DD9455
Tints of Porsche #DD9455
RGB
CMYK
RGB Variations
Color information
#DD9455 (or 0xDD9455) is known color: Porsche. HEX triplet: DD, 94 and 55. RGB value is (221,148,85). Sum of RGB (Red+Green+Blue) = 221+148+85=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9455 is #226BAA. Grayscale: #A2A2A2. Windows color (decimal): -2255787 or 5608669. OLE color: 5608669.
HSL color Cylindrical-coordinate representation of color #DD9455: hue angle of 27.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9455 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 85 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.13 |
| HSL | 27.79º | 0.67% | 0.6% | - |
| HSV(B) | 27.79º | 0.62% | 0.87% | - |
| XYZ | 42.05 | 37.21 | 13.56 | - |
| YUV | 162.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 85 | 0 | 0.33 | 0.62 | 0.13 | 27.79 | 0.67 | 0.6 |
| Hex | DD | 94 | 55 | 0 | 21 | 3E | D | 1C | 43 | 3C |
| Octal | 335 | 224 | 125 | 0 | 41 | 76 | 15 | 34 | 103 | 74 |
| Binary | 11011101 | 10010100 | 1010101 | 0 | 100001 | 111110 | 1101 | 11100 | 1000011 | 111100 |
Color Harmonies of #DD9455
Complementary color
Monochromatic Colors of #DD9455
Black with #DD9455
Text Example
Text Example
White with #DD9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9455; }
p { color: rgb(221,148,85); }
H1.HeaderClassName
{
color: #DD9455;
}
.AnyTagClassName
{
color: #DD9455;
}
</style>
background-color css
<style>
a { background-color: #DD9455; }
a { background-color: rgb(221,148,85); }
div.DivClassName
{
background-color: #DD9455;
}
.BgClassName
{
background-color: #DD9455;
}
</style>
border-color css
<style>
span { border-color: #DD9455; }
span { border-color: rgb(221,148,85); }
td.TdClassName
{
border-color: #DD9455;
}
.TagClassName
{
border-color: #DD9455;
}
</style>