Shades of Porsche #DD9758
Tints of Porsche #DD9758
RGB
CMYK
RGB Variations
Color information
#DD9758 (or 0xDD9758) is known color: Porsche. HEX triplet: DD, 97 and 58. RGB value is (221,151,88). Sum of RGB (Red+Green+Blue) = 221+151+88=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9758 is #2268A7. Grayscale: #A5A5A5. Windows color (decimal): -2255016 or 5806045. OLE color: 5806045.
HSL color Cylindrical-coordinate representation of color #DD9758: hue angle of 28.42º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9758 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 88 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.13 |
| HSL | 28.42º | 0.66% | 0.61% | - |
| HSV(B) | 28.42º | 0.6% | 0.87% | - |
| XYZ | 42.65 | 38.21 | 14.36 | - |
| YUV | 164.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 88 | 0 | 0.32 | 0.60 | 0.13 | 28.42 | 0.66 | 0.61 |
| Hex | DD | 97 | 58 | 0 | 20 | 3C | D | 1C | 42 | 3D |
| Octal | 335 | 227 | 130 | 0 | 40 | 74 | 15 | 34 | 102 | 75 |
| Binary | 11011101 | 10010111 | 1011000 | 0 | 100000 | 111100 | 1101 | 11100 | 1000010 | 111101 |
Color Harmonies of #DD9758
Complementary color
Monochromatic Colors of #DD9758
Black with #DD9758
Text Example
Text Example
White with #DD9758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9758; }
p { color: rgb(221,151,88); }
H1.HeaderClassName
{
color: #DD9758;
}
.AnyTagClassName
{
color: #DD9758;
}
</style>
background-color css
<style>
a { background-color: #DD9758; }
a { background-color: rgb(221,151,88); }
div.DivClassName
{
background-color: #DD9758;
}
.BgClassName
{
background-color: #DD9758;
}
</style>
border-color css
<style>
span { border-color: #DD9758; }
span { border-color: rgb(221,151,88); }
td.TdClassName
{
border-color: #DD9758;
}
.TagClassName
{
border-color: #DD9758;
}
</style>