Shades of Porsche #DD9859
Tints of Porsche #DD9859
RGB
CMYK
RGB Variations
Color information
#DD9859 (or 0xDD9859) is known color: Porsche. HEX triplet: DD, 98 and 59. RGB value is (221,152,89). Sum of RGB (Red+Green+Blue) = 221+152+89=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9859 is #2267A6. Grayscale: #A5A5A5. Windows color (decimal): -2254759 or 5871837. OLE color: 5871837.
HSL color Cylindrical-coordinate representation of color #DD9859: hue angle of 28.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9859 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 89 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.13 |
| HSL | 28.64º | 0.66% | 0.61% | - |
| HSV(B) | 28.64º | 0.6% | 0.87% | - |
| XYZ | 42.85 | 38.55 | 14.63 | - |
| YUV | 165.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 89 | 0 | 0.31 | 0.60 | 0.13 | 28.64 | 0.66 | 0.61 |
| Hex | DD | 98 | 59 | 0 | 1F | 3C | D | 1D | 42 | 3D |
| Octal | 335 | 230 | 131 | 0 | 37 | 74 | 15 | 35 | 102 | 75 |
| Binary | 11011101 | 10011000 | 1011001 | 0 | 11111 | 111100 | 1101 | 11101 | 1000010 | 111101 |
Color Harmonies of #DD9859
Complementary color
Monochromatic Colors of #DD9859
Black with #DD9859
Text Example
Text Example
White with #DD9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9859; }
p { color: rgb(221,152,89); }
H1.HeaderClassName
{
color: #DD9859;
}
.AnyTagClassName
{
color: #DD9859;
}
</style>
background-color css
<style>
a { background-color: #DD9859; }
a { background-color: rgb(221,152,89); }
div.DivClassName
{
background-color: #DD9859;
}
.BgClassName
{
background-color: #DD9859;
}
</style>
border-color css
<style>
span { border-color: #DD9859; }
span { border-color: rgb(221,152,89); }
td.TdClassName
{
border-color: #DD9859;
}
.TagClassName
{
border-color: #DD9859;
}
</style>