Shades of Porsche #DD9A5C
Tints of Porsche #DD9A5C
RGB
CMYK
RGB Variations
Color information
#DD9A5C (or 0xDD9A5C) is known color: Porsche. HEX triplet: DD, 9A and 5C. RGB value is (221,154,92). Sum of RGB (Red+Green+Blue) = 221+154+92=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A5C is #2265A3. Grayscale: #A7A7A7. Windows color (decimal): -2254244 or 6068957. OLE color: 6068957.
HSL color Cylindrical-coordinate representation of color #DD9A5C: hue angle of 28.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD9A5C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 92 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.13 |
| HSL | 28.84º | 0.65% | 0.61% | - |
| HSV(B) | 28.84º | 0.58% | 0.87% | - |
| XYZ | 43.31 | 39.26 | 15.42 | - |
| YUV | 166.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 92 | 0 | 0.30 | 0.58 | 0.13 | 28.84 | 0.65 | 0.61 |
| Hex | DD | 9A | 5C | 0 | 1E | 3A | D | 1D | 41 | 3D |
| Octal | 335 | 232 | 134 | 0 | 36 | 72 | 15 | 35 | 101 | 75 |
| Binary | 11011101 | 10011010 | 1011100 | 0 | 11110 | 111010 | 1101 | 11101 | 1000001 | 111101 |
Color Harmonies of #DD9A5C
Complementary color
Monochromatic Colors of #DD9A5C
Black with #DD9A5C
Text Example
Text Example
White with #DD9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A5C; }
p { color: rgb(221,154,92); }
H1.HeaderClassName
{
color: #DD9A5C;
}
.AnyTagClassName
{
color: #DD9A5C;
}
</style>
background-color css
<style>
a { background-color: #DD9A5C; }
a { background-color: rgb(221,154,92); }
div.DivClassName
{
background-color: #DD9A5C;
}
.BgClassName
{
background-color: #DD9A5C;
}
</style>
border-color css
<style>
span { border-color: #DD9A5C; }
span { border-color: rgb(221,154,92); }
td.TdClassName
{
border-color: #DD9A5C;
}
.TagClassName
{
border-color: #DD9A5C;
}
</style>