Shades of Porsche #DFA259
Tints of Porsche #DFA259
RGB
CMYK
RGB Variations
Color information
#DFA259 (or 0xDFA259) is known color: Porsche. HEX triplet: DF, A2 and 59. RGB value is (223,162,89). Sum of RGB (Red+Green+Blue) = 223+162+89=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA259 is #205DA6. Grayscale: #ACACAC. Windows color (decimal): -2121127 or 5874399. OLE color: 5874399.
HSL color Cylindrical-coordinate representation of color #DFA259: hue angle of 32.69º 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 #DFA259 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 89 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.13 |
| HSL | 32.69º | 0.68% | 0.61% | - |
| HSV(B) | 32.69º | 0.6% | 0.87% | - |
| XYZ | 45.15 | 42.25 | 15.23 | - |
| YUV | 171.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 89 | 0 | 0.27 | 0.60 | 0.13 | 32.69 | 0.68 | 0.61 |
| Hex | DF | A2 | 59 | 0 | 1B | 3C | D | 21 | 44 | 3D |
| Octal | 337 | 242 | 131 | 0 | 33 | 74 | 15 | 41 | 104 | 75 |
| Binary | 11011111 | 10100010 | 1011001 | 0 | 11011 | 111100 | 1101 | 100001 | 1000100 | 111101 |
Color Harmonies of #DFA259
Complementary color
Monochromatic Colors of #DFA259
Black with #DFA259
Text Example
Text Example
White with #DFA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA259; }
p { color: rgb(223,162,89); }
H1.HeaderClassName
{
color: #DFA259;
}
.AnyTagClassName
{
color: #DFA259;
}
</style>
background-color css
<style>
a { background-color: #DFA259; }
a { background-color: rgb(223,162,89); }
div.DivClassName
{
background-color: #DFA259;
}
.BgClassName
{
background-color: #DFA259;
}
</style>
border-color css
<style>
span { border-color: #DFA259; }
span { border-color: rgb(223,162,89); }
td.TdClassName
{
border-color: #DFA259;
}
.TagClassName
{
border-color: #DFA259;
}
</style>