Shades of Porsche #DFA165
Tints of Porsche #DFA165
RGB
CMYK
RGB Variations
Color information
#DFA165 (or 0xDFA165) is known color: Porsche. HEX triplet: DF, A1 and 65. RGB value is (223,161,101). Sum of RGB (Red+Green+Blue) = 223+161+101=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA165 is #205E9A. Grayscale: #ADADAD. Windows color (decimal): -2121371 or 6660575. OLE color: 6660575.
HSL color Cylindrical-coordinate representation of color #DFA165: hue angle of 29.51º 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 #DFA165 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 101 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.13 |
| HSL | 29.51º | 0.66% | 0.64% | - |
| HSV(B) | 29.51º | 0.55% | 0.87% | - |
| XYZ | 45.53 | 42.12 | 18.04 | - |
| YUV | 172.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 101 | 0 | 0.28 | 0.55 | 0.13 | 29.51 | 0.66 | 0.64 |
| Hex | DF | A1 | 65 | 0 | 1C | 37 | D | 1E | 42 | 40 |
| Octal | 337 | 241 | 145 | 0 | 34 | 67 | 15 | 36 | 102 | 100 |
| Binary | 11011111 | 10100001 | 1100101 | 0 | 11100 | 110111 | 1101 | 11110 | 1000010 | 1000000 |
Color Harmonies of #DFA165
Complementary color
Monochromatic Colors of #DFA165
Black with #DFA165
Text Example
Text Example
White with #DFA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA165; }
p { color: rgb(223,161,101); }
H1.HeaderClassName
{
color: #DFA165;
}
.AnyTagClassName
{
color: #DFA165;
}
</style>
background-color css
<style>
a { background-color: #DFA165; }
a { background-color: rgb(223,161,101); }
div.DivClassName
{
background-color: #DFA165;
}
.BgClassName
{
background-color: #DFA165;
}
</style>
border-color css
<style>
span { border-color: #DFA165; }
span { border-color: rgb(223,161,101); }
td.TdClassName
{
border-color: #DFA165;
}
.TagClassName
{
border-color: #DFA165;
}
</style>