Shades of Porsche #DD9D5E
Tints of Porsche #DD9D5E
RGB
CMYK
RGB Variations
Color information
#DD9D5E (or 0xDD9D5E) is known color: Porsche. HEX triplet: DD, 9D and 5E. RGB value is (221,157,94). Sum of RGB (Red+Green+Blue) = 221+157+94=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D5E is #2262A1. Grayscale: #A9A9A9. Windows color (decimal): -2253474 or 6200797. OLE color: 6200797.
HSL color Cylindrical-coordinate representation of color #DD9D5E: hue angle of 29.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD9D5E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 94 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.13 |
| HSL | 29.76º | 0.65% | 0.62% | - |
| HSV(B) | 29.76º | 0.57% | 0.87% | - |
| XYZ | 43.9 | 40.29 | 16.05 | - |
| YUV | 168.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 94 | 0 | 0.29 | 0.57 | 0.13 | 29.76 | 0.65 | 0.62 |
| Hex | DD | 9D | 5E | 0 | 1D | 39 | D | 1E | 41 | 3E |
| Octal | 335 | 235 | 136 | 0 | 35 | 71 | 15 | 36 | 101 | 76 |
| Binary | 11011101 | 10011101 | 1011110 | 0 | 11101 | 111001 | 1101 | 11110 | 1000001 | 111110 |
Color Harmonies of #DD9D5E
Complementary color
Monochromatic Colors of #DD9D5E
Black with #DD9D5E
Text Example
Text Example
White with #DD9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D5E; }
p { color: rgb(221,157,94); }
H1.HeaderClassName
{
color: #DD9D5E;
}
.AnyTagClassName
{
color: #DD9D5E;
}
</style>
background-color css
<style>
a { background-color: #DD9D5E; }
a { background-color: rgb(221,157,94); }
div.DivClassName
{
background-color: #DD9D5E;
}
.BgClassName
{
background-color: #DD9D5E;
}
</style>
border-color css
<style>
span { border-color: #DD9D5E; }
span { border-color: rgb(221,157,94); }
td.TdClassName
{
border-color: #DD9D5E;
}
.TagClassName
{
border-color: #DD9D5E;
}
</style>