Shades of Porsche #DFA063
Tints of Porsche #DFA063
RGB
CMYK
RGB Variations
Color information
#DFA063 (or 0xDFA063) is known color: Porsche. HEX triplet: DF, A0 and 63. RGB value is (223,160,99). Sum of RGB (Red+Green+Blue) = 223+160+99=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA063 is #205F9C. Grayscale: #ACACAC. Windows color (decimal): -2121629 or 6529247. OLE color: 6529247.
HSL color Cylindrical-coordinate representation of color #DFA063: hue angle of 29.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFA063 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 99 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.13 |
| HSL | 29.52º | 0.66% | 0.63% | - |
| HSV(B) | 29.52º | 0.56% | 0.87% | - |
| XYZ | 45.25 | 41.73 | 17.47 | - |
| YUV | 171.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 99 | 0 | 0.28 | 0.56 | 0.13 | 29.52 | 0.66 | 0.63 |
| Hex | DF | A0 | 63 | 0 | 1C | 38 | D | 1E | 42 | 3F |
| Octal | 337 | 240 | 143 | 0 | 34 | 70 | 15 | 36 | 102 | 77 |
| Binary | 11011111 | 10100000 | 1100011 | 0 | 11100 | 111000 | 1101 | 11110 | 1000010 | 111111 |
Color Harmonies of #DFA063
Complementary color
Monochromatic Colors of #DFA063
Black with #DFA063
Text Example
Text Example
White with #DFA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA063; }
p { color: rgb(223,160,99); }
H1.HeaderClassName
{
color: #DFA063;
}
.AnyTagClassName
{
color: #DFA063;
}
</style>
background-color css
<style>
a { background-color: #DFA063; }
a { background-color: rgb(223,160,99); }
div.DivClassName
{
background-color: #DFA063;
}
.BgClassName
{
background-color: #DFA063;
}
</style>
border-color css
<style>
span { border-color: #DFA063; }
span { border-color: rgb(223,160,99); }
td.TdClassName
{
border-color: #DFA063;
}
.TagClassName
{
border-color: #DFA063;
}
</style>