Shades of Porsche #DDA159
Tints of Porsche #DDA159
RGB
CMYK
RGB Variations
Color information
#DDA159 (or 0xDDA159) is known color: Porsche. HEX triplet: DD, A1 and 59. RGB value is (221,161,89). Sum of RGB (Red+Green+Blue) = 221+161+89=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA159 is #225EA6. Grayscale: #ABABAB. Windows color (decimal): -2252455 or 5874141. OLE color: 5874141.
HSL color Cylindrical-coordinate representation of color #DDA159: hue angle of 32.73º 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 #DDA159 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 89 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.13 |
| HSL | 32.73º | 0.66% | 0.61% | - |
| HSV(B) | 32.73º | 0.6% | 0.87% | - |
| XYZ | 44.37 | 41.58 | 15.14 | - |
| YUV | 170.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 89 | 0 | 0.27 | 0.60 | 0.13 | 32.73 | 0.66 | 0.61 |
| Hex | DD | A1 | 59 | 0 | 1B | 3C | D | 21 | 42 | 3D |
| Octal | 335 | 241 | 131 | 0 | 33 | 74 | 15 | 41 | 102 | 75 |
| Binary | 11011101 | 10100001 | 1011001 | 0 | 11011 | 111100 | 1101 | 100001 | 1000010 | 111101 |
Color Harmonies of #DDA159
Complementary color
Monochromatic Colors of #DDA159
Black with #DDA159
Text Example
Text Example
White with #DDA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA159; }
p { color: rgb(221,161,89); }
H1.HeaderClassName
{
color: #DDA159;
}
.AnyTagClassName
{
color: #DDA159;
}
</style>
background-color css
<style>
a { background-color: #DDA159; }
a { background-color: rgb(221,161,89); }
div.DivClassName
{
background-color: #DDA159;
}
.BgClassName
{
background-color: #DDA159;
}
</style>
border-color css
<style>
span { border-color: #DDA159; }
span { border-color: rgb(221,161,89); }
td.TdClassName
{
border-color: #DDA159;
}
.TagClassName
{
border-color: #DDA159;
}
</style>