Shades of Porsche #DFA150
Tints of Porsche #DFA150
RGB
CMYK
RGB Variations
Color information
#DFA150 (or 0xDFA150) is known color: Porsche. HEX triplet: DF, A1 and 50. RGB value is (223,161,80). Sum of RGB (Red+Green+Blue) = 223+161+80=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA150 is #205EAF. Grayscale: #AAAAAA. Windows color (decimal): -2121392 or 5284319. OLE color: 5284319.
HSL color Cylindrical-coordinate representation of color #DFA150: hue angle of 33.99º 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 #DFA150 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 80 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.13 |
| HSL | 33.99º | 0.69% | 0.59% | - |
| HSV(B) | 33.99º | 0.64% | 0.87% | - |
| XYZ | 44.62 | 41.76 | 13.3 | - |
| YUV | 170.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 80 | 0 | 0.28 | 0.64 | 0.13 | 33.99 | 0.69 | 0.59 |
| Hex | DF | A1 | 50 | 0 | 1C | 40 | D | 22 | 45 | 3B |
| Octal | 337 | 241 | 120 | 0 | 34 | 100 | 15 | 42 | 105 | 73 |
| Binary | 11011111 | 10100001 | 1010000 | 0 | 11100 | 1000000 | 1101 | 100010 | 1000101 | 111011 |
Color Harmonies of #DFA150
Complementary color
Monochromatic Colors of #DFA150
Black with #DFA150
Text Example
Text Example
White with #DFA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA150; }
p { color: rgb(223,161,80); }
H1.HeaderClassName
{
color: #DFA150;
}
.AnyTagClassName
{
color: #DFA150;
}
</style>
background-color css
<style>
a { background-color: #DFA150; }
a { background-color: rgb(223,161,80); }
div.DivClassName
{
background-color: #DFA150;
}
.BgClassName
{
background-color: #DFA150;
}
</style>
border-color css
<style>
span { border-color: #DFA150; }
span { border-color: rgb(223,161,80); }
td.TdClassName
{
border-color: #DFA150;
}
.TagClassName
{
border-color: #DFA150;
}
</style>