Shades of Porsche #DFA050
Tints of Porsche #DFA050
RGB
CMYK
RGB Variations
Color information
#DFA050 (or 0xDFA050) is known color: Porsche. HEX triplet: DF, A0 and 50. RGB value is (223,160,80). Sum of RGB (Red+Green+Blue) = 223+160+80=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA050 is #205FAF. Grayscale: #AAAAAA. Windows color (decimal): -2121648 or 5284063. OLE color: 5284063.
HSL color Cylindrical-coordinate representation of color #DFA050: hue angle of 33.57º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFA050 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 80 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.13 |
| HSL | 33.57º | 0.69% | 0.59% | - |
| HSV(B) | 33.57º | 0.64% | 0.87% | - |
| XYZ | 44.45 | 41.41 | 13.24 | - |
| YUV | 169.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 80 | 0 | 0.28 | 0.64 | 0.13 | 33.57 | 0.69 | 0.59 |
| Hex | DF | A0 | 50 | 0 | 1C | 40 | D | 22 | 45 | 3B |
| Octal | 337 | 240 | 120 | 0 | 34 | 100 | 15 | 42 | 105 | 73 |
| Binary | 11011111 | 10100000 | 1010000 | 0 | 11100 | 1000000 | 1101 | 100010 | 1000101 | 111011 |
Color Harmonies of #DFA050
Complementary color
Monochromatic Colors of #DFA050
Black with #DFA050
Text Example
Text Example
White with #DFA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA050; }
p { color: rgb(223,160,80); }
H1.HeaderClassName
{
color: #DFA050;
}
.AnyTagClassName
{
color: #DFA050;
}
</style>
background-color css
<style>
a { background-color: #DFA050; }
a { background-color: rgb(223,160,80); }
div.DivClassName
{
background-color: #DFA050;
}
.BgClassName
{
background-color: #DFA050;
}
</style>
border-color css
<style>
span { border-color: #DFA050; }
span { border-color: rgb(223,160,80); }
td.TdClassName
{
border-color: #DFA050;
}
.TagClassName
{
border-color: #DFA050;
}
</style>