Shades of Porsche #DFA067
Tints of Porsche #DFA067
RGB
CMYK
RGB Variations
Color information
#DFA067 (or 0xDFA067) is known color: Porsche. HEX triplet: DF, A0 and 67. RGB value is (223,160,103). Sum of RGB (Red+Green+Blue) = 223+160+103=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA067 is #205F98. Grayscale: #ACACAC. Windows color (decimal): -2121625 or 6791391. OLE color: 6791391.
HSL color Cylindrical-coordinate representation of color #DFA067: hue angle of 28.5º 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 #DFA067 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 103 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.13 |
| HSL | 28.5º | 0.65% | 0.64% | - |
| HSV(B) | 28.5º | 0.54% | 0.87% | - |
| XYZ | 45.45 | 41.81 | 18.51 | - |
| YUV | 172.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 103 | 0 | 0.28 | 0.54 | 0.13 | 28.5 | 0.65 | 0.64 |
| Hex | DF | A0 | 67 | 0 | 1C | 36 | D | 1C | 41 | 40 |
| Octal | 337 | 240 | 147 | 0 | 34 | 66 | 15 | 34 | 101 | 100 |
| Binary | 11011111 | 10100000 | 1100111 | 0 | 11100 | 110110 | 1101 | 11100 | 1000001 | 1000000 |
Color Harmonies of #DFA067
Complementary color
Monochromatic Colors of #DFA067
Black with #DFA067
Text Example
Text Example
White with #DFA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA067; }
p { color: rgb(223,160,103); }
H1.HeaderClassName
{
color: #DFA067;
}
.AnyTagClassName
{
color: #DFA067;
}
</style>
background-color css
<style>
a { background-color: #DFA067; }
a { background-color: rgb(223,160,103); }
div.DivClassName
{
background-color: #DFA067;
}
.BgClassName
{
background-color: #DFA067;
}
</style>
border-color css
<style>
span { border-color: #DFA067; }
span { border-color: rgb(223,160,103); }
td.TdClassName
{
border-color: #DFA067;
}
.TagClassName
{
border-color: #DFA067;
}
</style>