Shades of Porsche #DD975C
Tints of Porsche #DD975C
RGB
CMYK
RGB Variations
Color information
#DD975C (or 0xDD975C) is known color: Porsche. HEX triplet: DD, 97 and 5C. RGB value is (221,151,92). Sum of RGB (Red+Green+Blue) = 221+151+92=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975C is #2268A3. Grayscale: #A5A5A5. Windows color (decimal): -2255012 or 6068189. OLE color: 6068189.
HSL color Cylindrical-coordinate representation of color #DD975C: hue angle of 27.44º 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 #DD975C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 92 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.13 |
| HSL | 27.44º | 0.65% | 0.61% | - |
| HSV(B) | 27.44º | 0.58% | 0.87% | - |
| XYZ | 42.82 | 38.28 | 15.26 | - |
| YUV | 165.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 92 | 0 | 0.32 | 0.58 | 0.13 | 27.44 | 0.65 | 0.61 |
| Hex | DD | 97 | 5C | 0 | 20 | 3A | D | 1B | 41 | 3D |
| Octal | 335 | 227 | 134 | 0 | 40 | 72 | 15 | 33 | 101 | 75 |
| Binary | 11011101 | 10010111 | 1011100 | 0 | 100000 | 111010 | 1101 | 11011 | 1000001 | 111101 |
Color Harmonies of #DD975C
Complementary color
Monochromatic Colors of #DD975C
Black with #DD975C
Text Example
Text Example
White with #DD975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD975C; }
p { color: rgb(221,151,92); }
H1.HeaderClassName
{
color: #DD975C;
}
.AnyTagClassName
{
color: #DD975C;
}
</style>
background-color css
<style>
a { background-color: #DD975C; }
a { background-color: rgb(221,151,92); }
div.DivClassName
{
background-color: #DD975C;
}
.BgClassName
{
background-color: #DD975C;
}
</style>
border-color css
<style>
span { border-color: #DD975C; }
span { border-color: rgb(221,151,92); }
td.TdClassName
{
border-color: #DD975C;
}
.TagClassName
{
border-color: #DD975C;
}
</style>