Shades of Porsche #DD9E55
Tints of Porsche #DD9E55
RGB
CMYK
RGB Variations
Color information
#DD9E55 (or 0xDD9E55) is known color: Porsche. HEX triplet: DD, 9E and 55. RGB value is (221,158,85). Sum of RGB (Red+Green+Blue) = 221+158+85=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E55 is #2261AA. Grayscale: #A8A8A8. Windows color (decimal): -2253227 or 5611229. OLE color: 5611229.
HSL color Cylindrical-coordinate representation of color #DD9E55: hue angle of 32.21º 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 #DD9E55 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 85 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.13 |
| HSL | 32.21º | 0.67% | 0.6% | - |
| HSV(B) | 32.21º | 0.62% | 0.87% | - |
| XYZ | 43.69 | 40.48 | 14.11 | - |
| YUV | 168.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 85 | 0 | 0.29 | 0.62 | 0.13 | 32.21 | 0.67 | 0.6 |
| Hex | DD | 9E | 55 | 0 | 1D | 3E | D | 20 | 43 | 3C |
| Octal | 335 | 236 | 125 | 0 | 35 | 76 | 15 | 40 | 103 | 74 |
| Binary | 11011101 | 10011110 | 1010101 | 0 | 11101 | 111110 | 1101 | 100000 | 1000011 | 111100 |
Color Harmonies of #DD9E55
Complementary color
Monochromatic Colors of #DD9E55
Black with #DD9E55
Text Example
Text Example
White with #DD9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E55; }
p { color: rgb(221,158,85); }
H1.HeaderClassName
{
color: #DD9E55;
}
.AnyTagClassName
{
color: #DD9E55;
}
</style>
background-color css
<style>
a { background-color: #DD9E55; }
a { background-color: rgb(221,158,85); }
div.DivClassName
{
background-color: #DD9E55;
}
.BgClassName
{
background-color: #DD9E55;
}
</style>
border-color css
<style>
span { border-color: #DD9E55; }
span { border-color: rgb(221,158,85); }
td.TdClassName
{
border-color: #DD9E55;
}
.TagClassName
{
border-color: #DD9E55;
}
</style>