Shades of Porsche #DFA266
Tints of Porsche #DFA266
RGB
CMYK
RGB Variations
Color information
#DFA266 (or 0xDFA266) is known color: Porsche. HEX triplet: DF, A2 and 66. RGB value is (223,162,102). Sum of RGB (Red+Green+Blue) = 223+162+102=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA266 is #205D99. Grayscale: #ADADAD. Windows color (decimal): -2121114 or 6726367. OLE color: 6726367.
HSL color Cylindrical-coordinate representation of color #DFA266: hue angle of 29.75º 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 #DFA266 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 102 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.13 |
| HSL | 29.75º | 0.65% | 0.64% | - |
| HSV(B) | 29.75º | 0.54% | 0.87% | - |
| XYZ | 45.75 | 42.49 | 18.36 | - |
| YUV | 173.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 102 | 0 | 0.27 | 0.54 | 0.13 | 29.75 | 0.65 | 0.64 |
| Hex | DF | A2 | 66 | 0 | 1B | 36 | D | 1E | 41 | 40 |
| Octal | 337 | 242 | 146 | 0 | 33 | 66 | 15 | 36 | 101 | 100 |
| Binary | 11011111 | 10100010 | 1100110 | 0 | 11011 | 110110 | 1101 | 11110 | 1000001 | 1000000 |
Color Harmonies of #DFA266
Complementary color
Monochromatic Colors of #DFA266
Black with #DFA266
Text Example
Text Example
White with #DFA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA266; }
p { color: rgb(223,162,102); }
H1.HeaderClassName
{
color: #DFA266;
}
.AnyTagClassName
{
color: #DFA266;
}
</style>
background-color css
<style>
a { background-color: #DFA266; }
a { background-color: rgb(223,162,102); }
div.DivClassName
{
background-color: #DFA266;
}
.BgClassName
{
background-color: #DFA266;
}
</style>
border-color css
<style>
span { border-color: #DFA266; }
span { border-color: rgb(223,162,102); }
td.TdClassName
{
border-color: #DFA266;
}
.TagClassName
{
border-color: #DFA266;
}
</style>