Shades of Porsche #DD9657
Tints of Porsche #DD9657
RGB
CMYK
RGB Variations
Color information
#DD9657 (or 0xDD9657) is known color: Porsche. HEX triplet: DD, 96 and 57. RGB value is (221,150,87). Sum of RGB (Red+Green+Blue) = 221+150+87=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9657 is #2269A8. Grayscale: #A4A4A4. Windows color (decimal): -2255273 or 5740253. OLE color: 5740253.
HSL color Cylindrical-coordinate representation of color #DD9657: hue angle of 28.21º 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 #DD9657 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 87 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.13 |
| HSL | 28.21º | 0.66% | 0.6% | - |
| HSV(B) | 28.21º | 0.61% | 0.87% | - |
| XYZ | 42.45 | 37.87 | 14.09 | - |
| YUV | 164.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 87 | 0 | 0.32 | 0.61 | 0.13 | 28.21 | 0.66 | 0.6 |
| Hex | DD | 96 | 57 | 0 | 20 | 3D | D | 1C | 42 | 3C |
| Octal | 335 | 226 | 127 | 0 | 40 | 75 | 15 | 34 | 102 | 74 |
| Binary | 11011101 | 10010110 | 1010111 | 0 | 100000 | 111101 | 1101 | 11100 | 1000010 | 111100 |
Color Harmonies of #DD9657
Complementary color
Monochromatic Colors of #DD9657
Black with #DD9657
Text Example
Text Example
White with #DD9657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9657; }
p { color: rgb(221,150,87); }
H1.HeaderClassName
{
color: #DD9657;
}
.AnyTagClassName
{
color: #DD9657;
}
</style>
background-color css
<style>
a { background-color: #DD9657; }
a { background-color: rgb(221,150,87); }
div.DivClassName
{
background-color: #DD9657;
}
.BgClassName
{
background-color: #DD9657;
}
</style>
border-color css
<style>
span { border-color: #DD9657; }
span { border-color: rgb(221,150,87); }
td.TdClassName
{
border-color: #DD9657;
}
.TagClassName
{
border-color: #DD9657;
}
</style>