Shades of Porsche #DD9964
Tints of Porsche #DD9964
RGB
CMYK
RGB Variations
Color information
#DD9964 (or 0xDD9964) is known color: Porsche. HEX triplet: DD, 99 and 64. RGB value is (221,153,100). Sum of RGB (Red+Green+Blue) = 221+153+100=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9964 is #22669B. Grayscale: #A7A7A7. Windows color (decimal): -2254492 or 6592989. OLE color: 6592989.
HSL color Cylindrical-coordinate representation of color #DD9964: hue angle of 26.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD9964 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 100 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.13 |
| HSL | 26.28º | 0.64% | 0.63% | - |
| HSV(B) | 26.28º | 0.55% | 0.87% | - |
| XYZ | 43.51 | 39.07 | 17.31 | - |
| YUV | 167.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 100 | 0 | 0.31 | 0.55 | 0.13 | 26.28 | 0.64 | 0.63 |
| Hex | DD | 99 | 64 | 0 | 1F | 37 | D | 1A | 40 | 3F |
| Octal | 335 | 231 | 144 | 0 | 37 | 67 | 15 | 32 | 100 | 77 |
| Binary | 11011101 | 10011001 | 1100100 | 0 | 11111 | 110111 | 1101 | 11010 | 1000000 | 111111 |
Color Harmonies of #DD9964
Complementary color
Monochromatic Colors of #DD9964
Black with #DD9964
Text Example
Text Example
White with #DD9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9964; }
p { color: rgb(221,153,100); }
H1.HeaderClassName
{
color: #DD9964;
}
.AnyTagClassName
{
color: #DD9964;
}
</style>
background-color css
<style>
a { background-color: #DD9964; }
a { background-color: rgb(221,153,100); }
div.DivClassName
{
background-color: #DD9964;
}
.BgClassName
{
background-color: #DD9964;
}
</style>
border-color css
<style>
span { border-color: #DD9964; }
span { border-color: rgb(221,153,100); }
td.TdClassName
{
border-color: #DD9964;
}
.TagClassName
{
border-color: #DD9964;
}
</style>