Shades of Porsche #DFA660
Tints of Porsche #DFA660
RGB
CMYK
RGB Variations
Color information
#DFA660 (or 0xDFA660) is known color: Porsche. HEX triplet: DF, A6 and 60. RGB value is (223,166,96). Sum of RGB (Red+Green+Blue) = 223+166+96=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA660 is #20599F. Grayscale: #AFAFAF. Windows color (decimal): -2120096 or 6334175. OLE color: 6334175.
HSL color Cylindrical-coordinate representation of color #DFA660: hue angle of 33.07º 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 #DFA660 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 96 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.13 |
| HSL | 33.07º | 0.66% | 0.63% | - |
| HSV(B) | 33.07º | 0.57% | 0.87% | - |
| XYZ | 46.18 | 43.8 | 17.09 | - |
| YUV | 175.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 96 | 0 | 0.26 | 0.57 | 0.13 | 33.07 | 0.66 | 0.63 |
| Hex | DF | A6 | 60 | 0 | 1A | 39 | D | 21 | 42 | 3F |
| Octal | 337 | 246 | 140 | 0 | 32 | 71 | 15 | 41 | 102 | 77 |
| Binary | 11011111 | 10100110 | 1100000 | 0 | 11010 | 111001 | 1101 | 100001 | 1000010 | 111111 |
Color Harmonies of #DFA660
Complementary color
Monochromatic Colors of #DFA660
Black with #DFA660
Text Example
Text Example
White with #DFA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA660; }
p { color: rgb(223,166,96); }
H1.HeaderClassName
{
color: #DFA660;
}
.AnyTagClassName
{
color: #DFA660;
}
</style>
background-color css
<style>
a { background-color: #DFA660; }
a { background-color: rgb(223,166,96); }
div.DivClassName
{
background-color: #DFA660;
}
.BgClassName
{
background-color: #DFA660;
}
</style>
border-color css
<style>
span { border-color: #DFA660; }
span { border-color: rgb(223,166,96); }
td.TdClassName
{
border-color: #DFA660;
}
.TagClassName
{
border-color: #DFA660;
}
</style>