Shades of Porsche #DD9760
Tints of Porsche #DD9760
RGB
CMYK
RGB Variations
Color information
#DD9760 (or 0xDD9760) is known color: Porsche. HEX triplet: DD, 97 and 60. RGB value is (221,151,96). Sum of RGB (Red+Green+Blue) = 221+151+96=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9760 is #22689F. Grayscale: #A5A5A5. Windows color (decimal): -2255008 or 6330333. OLE color: 6330333.
HSL color Cylindrical-coordinate representation of color #DD9760: hue angle of 26.4º 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 #DD9760 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 96 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.13 |
| HSL | 26.4º | 0.65% | 0.62% | - |
| HSV(B) | 26.4º | 0.57% | 0.87% | - |
| XYZ | 43 | 38.35 | 16.2 | - |
| YUV | 165.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 96 | 0 | 0.32 | 0.57 | 0.13 | 26.4 | 0.65 | 0.62 |
| Hex | DD | 97 | 60 | 0 | 20 | 39 | D | 1A | 41 | 3E |
| Octal | 335 | 227 | 140 | 0 | 40 | 71 | 15 | 32 | 101 | 76 |
| Binary | 11011101 | 10010111 | 1100000 | 0 | 100000 | 111001 | 1101 | 11010 | 1000001 | 111110 |
Color Harmonies of #DD9760
Complementary color
Monochromatic Colors of #DD9760
Black with #DD9760
Text Example
Text Example
White with #DD9760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9760; }
p { color: rgb(221,151,96); }
H1.HeaderClassName
{
color: #DD9760;
}
.AnyTagClassName
{
color: #DD9760;
}
</style>
background-color css
<style>
a { background-color: #DD9760; }
a { background-color: rgb(221,151,96); }
div.DivClassName
{
background-color: #DD9760;
}
.BgClassName
{
background-color: #DD9760;
}
</style>
border-color css
<style>
span { border-color: #DD9760; }
span { border-color: rgb(221,151,96); }
td.TdClassName
{
border-color: #DD9760;
}
.TagClassName
{
border-color: #DD9760;
}
</style>