Shades of Porsche #DFA467
Tints of Porsche #DFA467
RGB
CMYK
RGB Variations
Color information
#DFA467 (or 0xDFA467) is known color: Porsche. HEX triplet: DF, A4 and 67. RGB value is (223,164,103). Sum of RGB (Red+Green+Blue) = 223+164+103=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA467 is #205B98. Grayscale: #AEAEAE. Windows color (decimal): -2120601 or 6792415. OLE color: 6792415.
HSL color Cylindrical-coordinate representation of color #DFA467: hue angle of 30.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFA467 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 103 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.13 |
| HSL | 30.5º | 0.65% | 0.64% | - |
| HSV(B) | 30.5º | 0.54% | 0.87% | - |
| XYZ | 46.16 | 43.22 | 18.74 | - |
| YUV | 174.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 103 | 0 | 0.26 | 0.54 | 0.13 | 30.5 | 0.65 | 0.64 |
| Hex | DF | A4 | 67 | 0 | 1A | 36 | D | 1E | 41 | 40 |
| Octal | 337 | 244 | 147 | 0 | 32 | 66 | 15 | 36 | 101 | 100 |
| Binary | 11011111 | 10100100 | 1100111 | 0 | 11010 | 110110 | 1101 | 11110 | 1000001 | 1000000 |
Color Harmonies of #DFA467
Complementary color
Monochromatic Colors of #DFA467
Black with #DFA467
Text Example
Text Example
White with #DFA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA467; }
p { color: rgb(223,164,103); }
H1.HeaderClassName
{
color: #DFA467;
}
.AnyTagClassName
{
color: #DFA467;
}
</style>
background-color css
<style>
a { background-color: #DFA467; }
a { background-color: rgb(223,164,103); }
div.DivClassName
{
background-color: #DFA467;
}
.BgClassName
{
background-color: #DFA467;
}
</style>
border-color css
<style>
span { border-color: #DFA467; }
span { border-color: rgb(223,164,103); }
td.TdClassName
{
border-color: #DFA467;
}
.TagClassName
{
border-color: #DFA467;
}
</style>