Shades of Porsche #DFA268
Tints of Porsche #DFA268
RGB
CMYK
RGB Variations
Color information
#DFA268 (or 0xDFA268) is known color: Porsche. HEX triplet: DF, A2 and 68. RGB value is (223,162,104). Sum of RGB (Red+Green+Blue) = 223+162+104=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA268 is #205D97. Grayscale: #ADADAD. Windows color (decimal): -2121112 or 6857439. OLE color: 6857439.
HSL color Cylindrical-coordinate representation of color #DFA268: hue angle of 29.24º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFA268 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 104 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.13 |
| HSL | 29.24º | 0.65% | 0.64% | - |
| HSV(B) | 29.24º | 0.53% | 0.87% | - |
| XYZ | 45.85 | 42.53 | 18.89 | - |
| YUV | 173.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 104 | 0 | 0.27 | 0.53 | 0.13 | 29.24 | 0.65 | 0.64 |
| Hex | DF | A2 | 68 | 0 | 1B | 35 | D | 1D | 41 | 40 |
| Octal | 337 | 242 | 150 | 0 | 33 | 65 | 15 | 35 | 101 | 100 |
| Binary | 11011111 | 10100010 | 1101000 | 0 | 11011 | 110101 | 1101 | 11101 | 1000001 | 1000000 |
Color Harmonies of #DFA268
Complementary color
Monochromatic Colors of #DFA268
Black with #DFA268
Text Example
Text Example
White with #DFA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA268; }
p { color: rgb(223,162,104); }
H1.HeaderClassName
{
color: #DFA268;
}
.AnyTagClassName
{
color: #DFA268;
}
</style>
background-color css
<style>
a { background-color: #DFA268; }
a { background-color: rgb(223,162,104); }
div.DivClassName
{
background-color: #DFA268;
}
.BgClassName
{
background-color: #DFA268;
}
</style>
border-color css
<style>
span { border-color: #DFA268; }
span { border-color: rgb(223,162,104); }
td.TdClassName
{
border-color: #DFA268;
}
.TagClassName
{
border-color: #DFA268;
}
</style>