Shades of Porsche #DD9A5F
Tints of Porsche #DD9A5F
RGB
CMYK
RGB Variations
Color information
#DD9A5F (or 0xDD9A5F) is known color: Porsche. HEX triplet: DD, 9A and 5F. RGB value is (221,154,95). Sum of RGB (Red+Green+Blue) = 221+154+95=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A5F is #2265A0. Grayscale: #A7A7A7. Windows color (decimal): -2254241 or 6265565. OLE color: 6265565.
HSL color Cylindrical-coordinate representation of color #DD9A5F: hue angle of 28.1º 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 #DD9A5F is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 95 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.13 |
| HSL | 28.1º | 0.65% | 0.62% | - |
| HSV(B) | 28.1º | 0.57% | 0.87% | - |
| XYZ | 43.44 | 39.31 | 16.12 | - |
| YUV | 167.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 95 | 0 | 0.30 | 0.57 | 0.13 | 28.1 | 0.65 | 0.62 |
| Hex | DD | 9A | 5F | 0 | 1E | 39 | D | 1C | 41 | 3E |
| Octal | 335 | 232 | 137 | 0 | 36 | 71 | 15 | 34 | 101 | 76 |
| Binary | 11011101 | 10011010 | 1011111 | 0 | 11110 | 111001 | 1101 | 11100 | 1000001 | 111110 |
Color Harmonies of #DD9A5F
Complementary color
Monochromatic Colors of #DD9A5F
Black with #DD9A5F
Text Example
Text Example
White with #DD9A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A5F; }
p { color: rgb(221,154,95); }
H1.HeaderClassName
{
color: #DD9A5F;
}
.AnyTagClassName
{
color: #DD9A5F;
}
</style>
background-color css
<style>
a { background-color: #DD9A5F; }
a { background-color: rgb(221,154,95); }
div.DivClassName
{
background-color: #DD9A5F;
}
.BgClassName
{
background-color: #DD9A5F;
}
</style>
border-color css
<style>
span { border-color: #DD9A5F; }
span { border-color: rgb(221,154,95); }
td.TdClassName
{
border-color: #DD9A5F;
}
.TagClassName
{
border-color: #DD9A5F;
}
</style>