Shades of Porsche #DFA16D
Tints of Porsche #DFA16D
RGB
CMYK
RGB Variations
Color information
#DFA16D (or 0xDFA16D) is known color: Porsche. HEX triplet: DF, A1 and 6D. RGB value is (223,161,109). Sum of RGB (Red+Green+Blue) = 223+161+109=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA16D is #205E92. Grayscale: #ADADAD. Windows color (decimal): -2121363 or 7184863. OLE color: 7184863.
HSL color Cylindrical-coordinate representation of color #DFA16D: hue angle of 27.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFA16D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 109 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.13 |
| HSL | 27.37º | 0.64% | 0.65% | - |
| HSV(B) | 27.37º | 0.51% | 0.87% | - |
| XYZ | 45.94 | 42.28 | 20.21 | - |
| YUV | 173.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 109 | 0 | 0.28 | 0.51 | 0.13 | 27.37 | 0.64 | 0.65 |
| Hex | DF | A1 | 6D | 0 | 1C | 33 | D | 1B | 40 | 41 |
| Octal | 337 | 241 | 155 | 0 | 34 | 63 | 15 | 33 | 100 | 101 |
| Binary | 11011111 | 10100001 | 1101101 | 0 | 11100 | 110011 | 1101 | 11011 | 1000000 | 1000001 |
Color Harmonies of #DFA16D
Complementary color
Monochromatic Colors of #DFA16D
Black with #DFA16D
Text Example
Text Example
White with #DFA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA16D; }
p { color: rgb(223,161,109); }
H1.HeaderClassName
{
color: #DFA16D;
}
.AnyTagClassName
{
color: #DFA16D;
}
</style>
background-color css
<style>
a { background-color: #DFA16D; }
a { background-color: rgb(223,161,109); }
div.DivClassName
{
background-color: #DFA16D;
}
.BgClassName
{
background-color: #DFA16D;
}
</style>
border-color css
<style>
span { border-color: #DFA16D; }
span { border-color: rgb(223,161,109); }
td.TdClassName
{
border-color: #DFA16D;
}
.TagClassName
{
border-color: #DFA16D;
}
</style>