Shades of Porsche #DDA060
Tints of Porsche #DDA060
RGB
CMYK
RGB Variations
Color information
#DDA060 (or 0xDDA060) is known color: Porsche. HEX triplet: DD, A0 and 60. RGB value is (221,160,96). Sum of RGB (Red+Green+Blue) = 221+160+96=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA060 is #225F9F. Grayscale: #ABABAB. Windows color (decimal): -2252704 or 6332637. OLE color: 6332637.
HSL color Cylindrical-coordinate representation of color #DDA060: hue angle of 30.72º 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 #DDA060 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 96 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.13 |
| HSL | 30.72º | 0.65% | 0.62% | - |
| HSV(B) | 30.72º | 0.57% | 0.87% | - |
| XYZ | 44.5 | 41.36 | 16.7 | - |
| YUV | 170.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 96 | 0 | 0.28 | 0.57 | 0.13 | 30.72 | 0.65 | 0.62 |
| Hex | DD | A0 | 60 | 0 | 1C | 39 | D | 1F | 41 | 3E |
| Octal | 335 | 240 | 140 | 0 | 34 | 71 | 15 | 37 | 101 | 76 |
| Binary | 11011101 | 10100000 | 1100000 | 0 | 11100 | 111001 | 1101 | 11111 | 1000001 | 111110 |
Color Harmonies of #DDA060
Complementary color
Monochromatic Colors of #DDA060
Black with #DDA060
Text Example
Text Example
White with #DDA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA060; }
p { color: rgb(221,160,96); }
H1.HeaderClassName
{
color: #DDA060;
}
.AnyTagClassName
{
color: #DDA060;
}
</style>
background-color css
<style>
a { background-color: #DDA060; }
a { background-color: rgb(221,160,96); }
div.DivClassName
{
background-color: #DDA060;
}
.BgClassName
{
background-color: #DDA060;
}
</style>
border-color css
<style>
span { border-color: #DDA060; }
span { border-color: rgb(221,160,96); }
td.TdClassName
{
border-color: #DDA060;
}
.TagClassName
{
border-color: #DDA060;
}
</style>