Shades of Porsche #DD985A
Tints of Porsche #DD985A
RGB
CMYK
RGB Variations
Color information
#DD985A (or 0xDD985A) is known color: Porsche. HEX triplet: DD, 98 and 5A. RGB value is (221,152,90). Sum of RGB (Red+Green+Blue) = 221+152+90=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD985A is #2267A5. Grayscale: #A5A5A5. Windows color (decimal): -2254758 or 5937373. OLE color: 5937373.
HSL color Cylindrical-coordinate representation of color #DD985A: hue angle of 28.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD985A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.13 |
| HSL | 28.4º | 0.66% | 0.61% | - |
| HSV(B) | 28.4º | 0.59% | 0.87% | - |
| XYZ | 42.89 | 38.57 | 14.86 | - |
| YUV | 165.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 90 | 0 | 0.31 | 0.59 | 0.13 | 28.4 | 0.66 | 0.61 |
| Hex | DD | 98 | 5A | 0 | 1F | 3B | D | 1C | 42 | 3D |
| Octal | 335 | 230 | 132 | 0 | 37 | 73 | 15 | 34 | 102 | 75 |
| Binary | 11011101 | 10011000 | 1011010 | 0 | 11111 | 111011 | 1101 | 11100 | 1000010 | 111101 |
Color Harmonies of #DD985A
Complementary color
Monochromatic Colors of #DD985A
Black with #DD985A
Text Example
Text Example
White with #DD985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD985A; }
p { color: rgb(221,152,90); }
H1.HeaderClassName
{
color: #DD985A;
}
.AnyTagClassName
{
color: #DD985A;
}
</style>
background-color css
<style>
a { background-color: #DD985A; }
a { background-color: rgb(221,152,90); }
div.DivClassName
{
background-color: #DD985A;
}
.BgClassName
{
background-color: #DD985A;
}
</style>
border-color css
<style>
span { border-color: #DD985A; }
span { border-color: rgb(221,152,90); }
td.TdClassName
{
border-color: #DD985A;
}
.TagClassName
{
border-color: #DD985A;
}
</style>