Shades of Porsche #DFA059
Tints of Porsche #DFA059
RGB
CMYK
RGB Variations
Color information
#DFA059 (or 0xDFA059) is known color: Porsche. HEX triplet: DF, A0 and 59. RGB value is (223,160,89). Sum of RGB (Red+Green+Blue) = 223+160+89=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA059 is #205FA6. Grayscale: #ABABAB. Windows color (decimal): -2121639 or 5873887. OLE color: 5873887.
HSL color Cylindrical-coordinate representation of color #DFA059: hue angle of 31.79º 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 #DFA059 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 89 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.13 |
| HSL | 31.79º | 0.68% | 0.61% | - |
| HSV(B) | 31.79º | 0.6% | 0.87% | - |
| XYZ | 44.81 | 41.55 | 15.11 | - |
| YUV | 170.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 89 | 0 | 0.28 | 0.60 | 0.13 | 31.79 | 0.68 | 0.61 |
| Hex | DF | A0 | 59 | 0 | 1C | 3C | D | 20 | 44 | 3D |
| Octal | 337 | 240 | 131 | 0 | 34 | 74 | 15 | 40 | 104 | 75 |
| Binary | 11011111 | 10100000 | 1011001 | 0 | 11100 | 111100 | 1101 | 100000 | 1000100 | 111101 |
Color Harmonies of #DFA059
Complementary color
Monochromatic Colors of #DFA059
Black with #DFA059
Text Example
Text Example
White with #DFA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA059; }
p { color: rgb(223,160,89); }
H1.HeaderClassName
{
color: #DFA059;
}
.AnyTagClassName
{
color: #DFA059;
}
</style>
background-color css
<style>
a { background-color: #DFA059; }
a { background-color: rgb(223,160,89); }
div.DivClassName
{
background-color: #DFA059;
}
.BgClassName
{
background-color: #DFA059;
}
</style>
border-color css
<style>
span { border-color: #DFA059; }
span { border-color: rgb(223,160,89); }
td.TdClassName
{
border-color: #DFA059;
}
.TagClassName
{
border-color: #DFA059;
}
</style>