Shades of Porsche #DD9450
Tints of Porsche #DD9450
RGB
CMYK
RGB Variations
Color information
#DD9450 (or 0xDD9450) is known color: Porsche. HEX triplet: DD, 94 and 50. RGB value is (221,148,80). Sum of RGB (Red+Green+Blue) = 221+148+80=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9450 is #226BAF. Grayscale: #A2A2A2. Windows color (decimal): -2255792 or 5280989. OLE color: 5280989.
HSL color Cylindrical-coordinate representation of color #DD9450: hue angle of 28.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9450 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 80 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 28.94º | 0.67% | 0.59% | - |
| HSV(B) | 28.94º | 0.64% | 0.87% | - |
| XYZ | 41.86 | 37.13 | 12.55 | - |
| YUV | 162.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 80 | 0 | 0.33 | 0.64 | 0.13 | 28.94 | 0.67 | 0.59 |
| Hex | DD | 94 | 50 | 0 | 21 | 40 | D | 1D | 43 | 3B |
| Octal | 335 | 224 | 120 | 0 | 41 | 100 | 15 | 35 | 103 | 73 |
| Binary | 11011101 | 10010100 | 1010000 | 0 | 100001 | 1000000 | 1101 | 11101 | 1000011 | 111011 |
Color Harmonies of #DD9450
Complementary color
Monochromatic Colors of #DD9450
Black with #DD9450
Text Example
Text Example
White with #DD9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9450; }
p { color: rgb(221,148,80); }
H1.HeaderClassName
{
color: #DD9450;
}
.AnyTagClassName
{
color: #DD9450;
}
</style>
background-color css
<style>
a { background-color: #DD9450; }
a { background-color: rgb(221,148,80); }
div.DivClassName
{
background-color: #DD9450;
}
.BgClassName
{
background-color: #DD9450;
}
</style>
border-color css
<style>
span { border-color: #DD9450; }
span { border-color: rgb(221,148,80); }
td.TdClassName
{
border-color: #DD9450;
}
.TagClassName
{
border-color: #DD9450;
}
</style>