Shades of Porsche #DFA766
Tints of Porsche #DFA766
RGB
CMYK
RGB Variations
Color information
#DFA766 (or 0xDFA766) is known color: Porsche. HEX triplet: DF, A7 and 66. RGB value is (223,167,102). Sum of RGB (Red+Green+Blue) = 223+167+102=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA766 is #205899. Grayscale: #B0B0B0. Windows color (decimal): -2119834 or 6727647. OLE color: 6727647.
HSL color Cylindrical-coordinate representation of color #DFA766: hue angle of 32.23º 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 #DFA766 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 102 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.13 |
| HSL | 32.23º | 0.65% | 0.64% | - |
| HSV(B) | 32.23º | 0.54% | 0.87% | - |
| XYZ | 46.65 | 44.28 | 18.66 | - |
| YUV | 176.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 102 | 0 | 0.25 | 0.54 | 0.13 | 32.23 | 0.65 | 0.64 |
| Hex | DF | A7 | 66 | 0 | 19 | 36 | D | 20 | 41 | 40 |
| Octal | 337 | 247 | 146 | 0 | 31 | 66 | 15 | 40 | 101 | 100 |
| Binary | 11011111 | 10100111 | 1100110 | 0 | 11001 | 110110 | 1101 | 100000 | 1000001 | 1000000 |
Color Harmonies of #DFA766
Complementary color
Monochromatic Colors of #DFA766
Black with #DFA766
Text Example
Text Example
White with #DFA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA766; }
p { color: rgb(223,167,102); }
H1.HeaderClassName
{
color: #DFA766;
}
.AnyTagClassName
{
color: #DFA766;
}
</style>
background-color css
<style>
a { background-color: #DFA766; }
a { background-color: rgb(223,167,102); }
div.DivClassName
{
background-color: #DFA766;
}
.BgClassName
{
background-color: #DFA766;
}
</style>
border-color css
<style>
span { border-color: #DFA766; }
span { border-color: rgb(223,167,102); }
td.TdClassName
{
border-color: #DFA766;
}
.TagClassName
{
border-color: #DFA766;
}
</style>