Shades of Porsche #DD9F54
Tints of Porsche #DD9F54
RGB
CMYK
RGB Variations
Color information
#DD9F54 (or 0xDD9F54) is known color: Porsche. HEX triplet: DD, 9F and 54. RGB value is (221,159,84). Sum of RGB (Red+Green+Blue) = 221+159+84=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F54 is #2260AB. Grayscale: #A9A9A9. Windows color (decimal): -2252972 or 5545949. OLE color: 5545949.
HSL color Cylindrical-coordinate representation of color #DD9F54: hue angle of 32.85º 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 #DD9F54 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 84 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.13 |
| HSL | 32.85º | 0.67% | 0.6% | - |
| HSV(B) | 32.85º | 0.62% | 0.87% | - |
| XYZ | 43.82 | 40.81 | 13.95 | - |
| YUV | 168.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 84 | 0 | 0.28 | 0.62 | 0.13 | 32.85 | 0.67 | 0.6 |
| Hex | DD | 9F | 54 | 0 | 1C | 3E | D | 21 | 43 | 3C |
| Octal | 335 | 237 | 124 | 0 | 34 | 76 | 15 | 41 | 103 | 74 |
| Binary | 11011101 | 10011111 | 1010100 | 0 | 11100 | 111110 | 1101 | 100001 | 1000011 | 111100 |
Color Harmonies of #DD9F54
Complementary color
Monochromatic Colors of #DD9F54
Black with #DD9F54
Text Example
Text Example
White with #DD9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F54; }
p { color: rgb(221,159,84); }
H1.HeaderClassName
{
color: #DD9F54;
}
.AnyTagClassName
{
color: #DD9F54;
}
</style>
background-color css
<style>
a { background-color: #DD9F54; }
a { background-color: rgb(221,159,84); }
div.DivClassName
{
background-color: #DD9F54;
}
.BgClassName
{
background-color: #DD9F54;
}
</style>
border-color css
<style>
span { border-color: #DD9F54; }
span { border-color: rgb(221,159,84); }
td.TdClassName
{
border-color: #DD9F54;
}
.TagClassName
{
border-color: #DD9F54;
}
</style>