Shades of Porsche #DD9454
Tints of Porsche #DD9454
RGB
CMYK
RGB Variations
Color information
#DD9454 (or 0xDD9454) is known color: Porsche. HEX triplet: DD, 94 and 54. RGB value is (221,148,84). Sum of RGB (Red+Green+Blue) = 221+148+84=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9454 is #226BAB. Grayscale: #A2A2A2. Windows color (decimal): -2255788 or 5543133. OLE color: 5543133.
HSL color Cylindrical-coordinate representation of color #DD9454: hue angle of 28.03º 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 #DD9454 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 84 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.13 |
| HSL | 28.03º | 0.67% | 0.6% | - |
| HSV(B) | 28.03º | 0.62% | 0.87% | - |
| XYZ | 42.01 | 37.19 | 13.35 | - |
| YUV | 162.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 84 | 0 | 0.33 | 0.62 | 0.13 | 28.03 | 0.67 | 0.6 |
| Hex | DD | 94 | 54 | 0 | 21 | 3E | D | 1C | 43 | 3C |
| Octal | 335 | 224 | 124 | 0 | 41 | 76 | 15 | 34 | 103 | 74 |
| Binary | 11011101 | 10010100 | 1010100 | 0 | 100001 | 111110 | 1101 | 11100 | 1000011 | 111100 |
Color Harmonies of #DD9454
Complementary color
Monochromatic Colors of #DD9454
Black with #DD9454
Text Example
Text Example
White with #DD9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9454; }
p { color: rgb(221,148,84); }
H1.HeaderClassName
{
color: #DD9454;
}
.AnyTagClassName
{
color: #DD9454;
}
</style>
background-color css
<style>
a { background-color: #DD9454; }
a { background-color: rgb(221,148,84); }
div.DivClassName
{
background-color: #DD9454;
}
.BgClassName
{
background-color: #DD9454;
}
</style>
border-color css
<style>
span { border-color: #DD9454; }
span { border-color: rgb(221,148,84); }
td.TdClassName
{
border-color: #DD9454;
}
.TagClassName
{
border-color: #DD9454;
}
</style>