Shades of Porsche #DFA764
Tints of Porsche #DFA764
RGB
CMYK
RGB Variations
Color information
#DFA764 (or 0xDFA764) is known color: Porsche. HEX triplet: DF, A7 and 64. RGB value is (223,167,100). Sum of RGB (Red+Green+Blue) = 223+167+100=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA764 is #20589B. Grayscale: #B0B0B0. Windows color (decimal): -2119836 or 6596575. OLE color: 6596575.
HSL color Cylindrical-coordinate representation of color #DFA764: hue angle of 32.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFA764 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 100 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.13 |
| HSL | 32.68º | 0.66% | 0.63% | - |
| HSV(B) | 32.68º | 0.55% | 0.87% | - |
| XYZ | 46.55 | 44.25 | 18.14 | - |
| YUV | 176.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 100 | 0 | 0.25 | 0.55 | 0.13 | 32.68 | 0.66 | 0.63 |
| Hex | DF | A7 | 64 | 0 | 19 | 37 | D | 21 | 42 | 3F |
| Octal | 337 | 247 | 144 | 0 | 31 | 67 | 15 | 41 | 102 | 77 |
| Binary | 11011111 | 10100111 | 1100100 | 0 | 11001 | 110111 | 1101 | 100001 | 1000010 | 111111 |
Color Harmonies of #DFA764
Complementary color
Monochromatic Colors of #DFA764
Black with #DFA764
Text Example
Text Example
White with #DFA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA764; }
p { color: rgb(223,167,100); }
H1.HeaderClassName
{
color: #DFA764;
}
.AnyTagClassName
{
color: #DFA764;
}
</style>
background-color css
<style>
a { background-color: #DFA764; }
a { background-color: rgb(223,167,100); }
div.DivClassName
{
background-color: #DFA764;
}
.BgClassName
{
background-color: #DFA764;
}
</style>
border-color css
<style>
span { border-color: #DFA764; }
span { border-color: rgb(223,167,100); }
td.TdClassName
{
border-color: #DFA764;
}
.TagClassName
{
border-color: #DFA764;
}
</style>