Shades of Porsche #DD9457
Tints of Porsche #DD9457
RGB
CMYK
RGB Variations
Color information
#DD9457 (or 0xDD9457) is known color: Porsche. HEX triplet: DD, 94 and 57. RGB value is (221,148,87). Sum of RGB (Red+Green+Blue) = 221+148+87=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9457 is #226BA8. Grayscale: #A3A3A3. Windows color (decimal): -2255785 or 5739741. OLE color: 5739741.
HSL color Cylindrical-coordinate representation of color #DD9457: hue angle of 27.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9457 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 87 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 27.31º | 0.66% | 0.6% | - |
| HSV(B) | 27.31º | 0.61% | 0.87% | - |
| XYZ | 42.13 | 37.24 | 13.98 | - |
| YUV | 162.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 87 | 0 | 0.33 | 0.61 | 0.13 | 27.31 | 0.66 | 0.6 |
| Hex | DD | 94 | 57 | 0 | 21 | 3D | D | 1B | 42 | 3C |
| Octal | 335 | 224 | 127 | 0 | 41 | 75 | 15 | 33 | 102 | 74 |
| Binary | 11011101 | 10010100 | 1010111 | 0 | 100001 | 111101 | 1101 | 11011 | 1000010 | 111100 |
Color Harmonies of #DD9457
Complementary color
Monochromatic Colors of #DD9457
Black with #DD9457
Text Example
Text Example
White with #DD9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9457; }
p { color: rgb(221,148,87); }
H1.HeaderClassName
{
color: #DD9457;
}
.AnyTagClassName
{
color: #DD9457;
}
</style>
background-color css
<style>
a { background-color: #DD9457; }
a { background-color: rgb(221,148,87); }
div.DivClassName
{
background-color: #DD9457;
}
.BgClassName
{
background-color: #DD9457;
}
</style>
border-color css
<style>
span { border-color: #DD9457; }
span { border-color: rgb(221,148,87); }
td.TdClassName
{
border-color: #DD9457;
}
.TagClassName
{
border-color: #DD9457;
}
</style>