Shades of Porsche #DFA560
Tints of Porsche #DFA560
RGB
CMYK
RGB Variations
Color information
#DFA560 (or 0xDFA560) is known color: Porsche. HEX triplet: DF, A5 and 60. RGB value is (223,165,96). Sum of RGB (Red+Green+Blue) = 223+165+96=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA560 is #205A9F. Grayscale: #AEAEAE. Windows color (decimal): -2120352 or 6333919. OLE color: 6333919.
HSL color Cylindrical-coordinate representation of color #DFA560: hue angle of 32.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFA560 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 96 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.13 |
| HSL | 32.6º | 0.66% | 0.63% | - |
| HSV(B) | 32.6º | 0.57% | 0.87% | - |
| XYZ | 46 | 43.44 | 17.03 | - |
| YUV | 174.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 96 | 0 | 0.26 | 0.57 | 0.13 | 32.6 | 0.66 | 0.63 |
| Hex | DF | A5 | 60 | 0 | 1A | 39 | D | 21 | 42 | 3F |
| Octal | 337 | 245 | 140 | 0 | 32 | 71 | 15 | 41 | 102 | 77 |
| Binary | 11011111 | 10100101 | 1100000 | 0 | 11010 | 111001 | 1101 | 100001 | 1000010 | 111111 |
Color Harmonies of #DFA560
Complementary color
Monochromatic Colors of #DFA560
Black with #DFA560
Text Example
Text Example
White with #DFA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA560; }
p { color: rgb(223,165,96); }
H1.HeaderClassName
{
color: #DFA560;
}
.AnyTagClassName
{
color: #DFA560;
}
</style>
background-color css
<style>
a { background-color: #DFA560; }
a { background-color: rgb(223,165,96); }
div.DivClassName
{
background-color: #DFA560;
}
.BgClassName
{
background-color: #DFA560;
}
</style>
border-color css
<style>
span { border-color: #DFA560; }
span { border-color: rgb(223,165,96); }
td.TdClassName
{
border-color: #DFA560;
}
.TagClassName
{
border-color: #DFA560;
}
</style>