Shades of Porsche #DFA056
Tints of Porsche #DFA056
RGB
CMYK
RGB Variations
Color information
#DFA056 (or 0xDFA056) is known color: Porsche. HEX triplet: DF, A0 and 56. RGB value is (223,160,86). Sum of RGB (Red+Green+Blue) = 223+160+86=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA056 is #205FA9. Grayscale: #AAAAAA. Windows color (decimal): -2121642 or 5677279. OLE color: 5677279.
HSL color Cylindrical-coordinate representation of color #DFA056: hue angle of 32.41º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFA056 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 86 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.13 |
| HSL | 32.41º | 0.68% | 0.61% | - |
| HSV(B) | 32.41º | 0.61% | 0.87% | - |
| XYZ | 44.68 | 41.5 | 14.46 | - |
| YUV | 170.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 86 | 0 | 0.28 | 0.61 | 0.13 | 32.41 | 0.68 | 0.61 |
| Hex | DF | A0 | 56 | 0 | 1C | 3D | D | 20 | 44 | 3D |
| Octal | 337 | 240 | 126 | 0 | 34 | 75 | 15 | 40 | 104 | 75 |
| Binary | 11011111 | 10100000 | 1010110 | 0 | 11100 | 111101 | 1101 | 100000 | 1000100 | 111101 |
Color Harmonies of #DFA056
Complementary color
Monochromatic Colors of #DFA056
Black with #DFA056
Text Example
Text Example
White with #DFA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA056; }
p { color: rgb(223,160,86); }
H1.HeaderClassName
{
color: #DFA056;
}
.AnyTagClassName
{
color: #DFA056;
}
</style>
background-color css
<style>
a { background-color: #DFA056; }
a { background-color: rgb(223,160,86); }
div.DivClassName
{
background-color: #DFA056;
}
.BgClassName
{
background-color: #DFA056;
}
</style>
border-color css
<style>
span { border-color: #DFA056; }
span { border-color: rgb(223,160,86); }
td.TdClassName
{
border-color: #DFA056;
}
.TagClassName
{
border-color: #DFA056;
}
</style>