Shades of Porsche #DFA159
Tints of Porsche #DFA159
RGB
CMYK
RGB Variations
Color information
#DFA159 (or 0xDFA159) is known color: Porsche. HEX triplet: DF, A1 and 59. RGB value is (223,161,89). Sum of RGB (Red+Green+Blue) = 223+161+89=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA159 is #205EA6. Grayscale: #ABABAB. Windows color (decimal): -2121383 or 5874143. OLE color: 5874143.
HSL color Cylindrical-coordinate representation of color #DFA159: hue angle of 32.24º degrees, saturation: 0.68, 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 #DFA159 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 89 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.13 |
| HSL | 32.24º | 0.68% | 0.61% | - |
| HSV(B) | 32.24º | 0.6% | 0.87% | - |
| XYZ | 44.98 | 41.9 | 15.17 | - |
| YUV | 171.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 89 | 0 | 0.28 | 0.60 | 0.13 | 32.24 | 0.68 | 0.61 |
| Hex | DF | A1 | 59 | 0 | 1C | 3C | D | 20 | 44 | 3D |
| Octal | 337 | 241 | 131 | 0 | 34 | 74 | 15 | 40 | 104 | 75 |
| Binary | 11011111 | 10100001 | 1011001 | 0 | 11100 | 111100 | 1101 | 100000 | 1000100 | 111101 |
Color Harmonies of #DFA159
Complementary color
Monochromatic Colors of #DFA159
Black with #DFA159
Text Example
Text Example
White with #DFA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA159; }
p { color: rgb(223,161,89); }
H1.HeaderClassName
{
color: #DFA159;
}
.AnyTagClassName
{
color: #DFA159;
}
</style>
background-color css
<style>
a { background-color: #DFA159; }
a { background-color: rgb(223,161,89); }
div.DivClassName
{
background-color: #DFA159;
}
.BgClassName
{
background-color: #DFA159;
}
</style>
border-color css
<style>
span { border-color: #DFA159; }
span { border-color: rgb(223,161,89); }
td.TdClassName
{
border-color: #DFA159;
}
.TagClassName
{
border-color: #DFA159;
}
</style>