Shades of Porsche #DFA765
Tints of Porsche #DFA765
RGB
CMYK
RGB Variations
Color information
#DFA765 (or 0xDFA765) is known color: Porsche. HEX triplet: DF, A7 and 65. RGB value is (223,167,101). Sum of RGB (Red+Green+Blue) = 223+167+101=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA765 is #20589A. Grayscale: #B0B0B0. Windows color (decimal): -2119835 or 6662111. OLE color: 6662111.
HSL color Cylindrical-coordinate representation of color #DFA765: hue angle of 32.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFA765 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 101 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.13 |
| HSL | 32.46º | 0.66% | 0.64% | - |
| HSV(B) | 32.46º | 0.55% | 0.87% | - |
| XYZ | 46.6 | 44.27 | 18.4 | - |
| YUV | 176.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 101 | 0 | 0.25 | 0.55 | 0.13 | 32.46 | 0.66 | 0.64 |
| Hex | DF | A7 | 65 | 0 | 19 | 37 | D | 20 | 42 | 40 |
| Octal | 337 | 247 | 145 | 0 | 31 | 67 | 15 | 40 | 102 | 100 |
| Binary | 11011111 | 10100111 | 1100101 | 0 | 11001 | 110111 | 1101 | 100000 | 1000010 | 1000000 |
Color Harmonies of #DFA765
Complementary color
Monochromatic Colors of #DFA765
Black with #DFA765
Text Example
Text Example
White with #DFA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA765; }
p { color: rgb(223,167,101); }
H1.HeaderClassName
{
color: #DFA765;
}
.AnyTagClassName
{
color: #DFA765;
}
</style>
background-color css
<style>
a { background-color: #DFA765; }
a { background-color: rgb(223,167,101); }
div.DivClassName
{
background-color: #DFA765;
}
.BgClassName
{
background-color: #DFA765;
}
</style>
border-color css
<style>
span { border-color: #DFA765; }
span { border-color: rgb(223,167,101); }
td.TdClassName
{
border-color: #DFA765;
}
.TagClassName
{
border-color: #DFA765;
}
</style>