Shades of Porsche #DD9456
Tints of Porsche #DD9456
RGB
CMYK
RGB Variations
Color information
#DD9456 (or 0xDD9456) is known color: Porsche. HEX triplet: DD, 94 and 56. RGB value is (221,148,86). Sum of RGB (Red+Green+Blue) = 221+148+86=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9456 is #226BA9. Grayscale: #A3A3A3. Windows color (decimal): -2255786 or 5674205. OLE color: 5674205.
HSL color Cylindrical-coordinate representation of color #DD9456: hue angle of 27.56º 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 #DD9456 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 27.56º | 0.67% | 0.6% | - |
| HSV(B) | 27.56º | 0.61% | 0.87% | - |
| XYZ | 42.09 | 37.22 | 13.77 | - |
| YUV | 162.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 86 | 0 | 0.33 | 0.61 | 0.13 | 27.56 | 0.67 | 0.6 |
| Hex | DD | 94 | 56 | 0 | 21 | 3D | D | 1C | 43 | 3C |
| Octal | 335 | 224 | 126 | 0 | 41 | 75 | 15 | 34 | 103 | 74 |
| Binary | 11011101 | 10010100 | 1010110 | 0 | 100001 | 111101 | 1101 | 11100 | 1000011 | 111100 |
Color Harmonies of #DD9456
Complementary color
Monochromatic Colors of #DD9456
Black with #DD9456
Text Example
Text Example
White with #DD9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9456; }
p { color: rgb(221,148,86); }
H1.HeaderClassName
{
color: #DD9456;
}
.AnyTagClassName
{
color: #DD9456;
}
</style>
background-color css
<style>
a { background-color: #DD9456; }
a { background-color: rgb(221,148,86); }
div.DivClassName
{
background-color: #DD9456;
}
.BgClassName
{
background-color: #DD9456;
}
</style>
border-color css
<style>
span { border-color: #DD9456; }
span { border-color: rgb(221,148,86); }
td.TdClassName
{
border-color: #DD9456;
}
.TagClassName
{
border-color: #DD9456;
}
</style>