Shades of Porsche #DD975E
Tints of Porsche #DD975E
RGB
CMYK
RGB Variations
Color information
#DD975E (or 0xDD975E) is known color: Porsche. HEX triplet: DD, 97 and 5E. RGB value is (221,151,94). Sum of RGB (Red+Green+Blue) = 221+151+94=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975E is #2268A1. Grayscale: #A5A5A5. Windows color (decimal): -2255010 or 6199261. OLE color: 6199261.
HSL color Cylindrical-coordinate representation of color #DD975E: hue angle of 26.93º 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 #DD975E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 94 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.13 |
| HSL | 26.93º | 0.65% | 0.62% | - |
| HSV(B) | 26.93º | 0.57% | 0.87% | - |
| XYZ | 42.91 | 38.31 | 15.72 | - |
| YUV | 165.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 94 | 0 | 0.32 | 0.57 | 0.13 | 26.93 | 0.65 | 0.62 |
| Hex | DD | 97 | 5E | 0 | 20 | 39 | D | 1B | 41 | 3E |
| Octal | 335 | 227 | 136 | 0 | 40 | 71 | 15 | 33 | 101 | 76 |
| Binary | 11011101 | 10010111 | 1011110 | 0 | 100000 | 111001 | 1101 | 11011 | 1000001 | 111110 |
Color Harmonies of #DD975E
Complementary color
Monochromatic Colors of #DD975E
Black with #DD975E
Text Example
Text Example
White with #DD975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD975E; }
p { color: rgb(221,151,94); }
H1.HeaderClassName
{
color: #DD975E;
}
.AnyTagClassName
{
color: #DD975E;
}
</style>
background-color css
<style>
a { background-color: #DD975E; }
a { background-color: rgb(221,151,94); }
div.DivClassName
{
background-color: #DD975E;
}
.BgClassName
{
background-color: #DD975E;
}
</style>
border-color css
<style>
span { border-color: #DD975E; }
span { border-color: rgb(221,151,94); }
td.TdClassName
{
border-color: #DD975E;
}
.TagClassName
{
border-color: #DD975E;
}
</style>