Shades of Porsche #DD9351
Tints of Porsche #DD9351
RGB
CMYK
RGB Variations
Color information
#DD9351 (or 0xDD9351) is known color: Porsche. HEX triplet: DD, 93 and 51. RGB value is (221,147,81). Sum of RGB (Red+Green+Blue) = 221+147+81=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9351 is #226CAE. Grayscale: #A1A1A1. Windows color (decimal): -2256047 or 5346269. OLE color: 5346269.
HSL color Cylindrical-coordinate representation of color #DD9351: hue angle of 28.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD9351 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 81 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.13 |
| HSL | 28.29º | 0.67% | 0.59% | - |
| HSV(B) | 28.29º | 0.63% | 0.87% | - |
| XYZ | 41.74 | 36.83 | 12.69 | - |
| YUV | 161.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 81 | 0 | 0.33 | 0.63 | 0.13 | 28.29 | 0.67 | 0.59 |
| Hex | DD | 93 | 51 | 0 | 21 | 3F | D | 1C | 43 | 3B |
| Octal | 335 | 223 | 121 | 0 | 41 | 77 | 15 | 34 | 103 | 73 |
| Binary | 11011101 | 10010011 | 1010001 | 0 | 100001 | 111111 | 1101 | 11100 | 1000011 | 111011 |
Color Harmonies of #DD9351
Complementary color
Monochromatic Colors of #DD9351
Black with #DD9351
Text Example
Text Example
White with #DD9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9351; }
p { color: rgb(221,147,81); }
H1.HeaderClassName
{
color: #DD9351;
}
.AnyTagClassName
{
color: #DD9351;
}
</style>
background-color css
<style>
a { background-color: #DD9351; }
a { background-color: rgb(221,147,81); }
div.DivClassName
{
background-color: #DD9351;
}
.BgClassName
{
background-color: #DD9351;
}
</style>
border-color css
<style>
span { border-color: #DD9351; }
span { border-color: rgb(221,147,81); }
td.TdClassName
{
border-color: #DD9351;
}
.TagClassName
{
border-color: #DD9351;
}
</style>