Shades of Porsche #DFA054
Tints of Porsche #DFA054
RGB
CMYK
RGB Variations
Color information
#DFA054 (or 0xDFA054) is known color: Porsche. HEX triplet: DF, A0 and 54. RGB value is (223,160,84). Sum of RGB (Red+Green+Blue) = 223+160+84=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA054 is #205FAB. Grayscale: #AAAAAA. Windows color (decimal): -2121644 or 5546207. OLE color: 5546207.
HSL color Cylindrical-coordinate representation of color #DFA054: hue angle of 32.81º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFA054 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 84 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.13 |
| HSL | 32.81º | 0.68% | 0.6% | - |
| HSV(B) | 32.81º | 0.62% | 0.87% | - |
| XYZ | 44.6 | 41.47 | 14.04 | - |
| YUV | 170.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 84 | 0 | 0.28 | 0.62 | 0.13 | 32.81 | 0.68 | 0.6 |
| Hex | DF | A0 | 54 | 0 | 1C | 3E | D | 21 | 44 | 3C |
| Octal | 337 | 240 | 124 | 0 | 34 | 76 | 15 | 41 | 104 | 74 |
| Binary | 11011111 | 10100000 | 1010100 | 0 | 11100 | 111110 | 1101 | 100001 | 1000100 | 111100 |
Color Harmonies of #DFA054
Complementary color
Monochromatic Colors of #DFA054
Black with #DFA054
Text Example
Text Example
White with #DFA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA054; }
p { color: rgb(223,160,84); }
H1.HeaderClassName
{
color: #DFA054;
}
.AnyTagClassName
{
color: #DFA054;
}
</style>
background-color css
<style>
a { background-color: #DFA054; }
a { background-color: rgb(223,160,84); }
div.DivClassName
{
background-color: #DFA054;
}
.BgClassName
{
background-color: #DFA054;
}
</style>
border-color css
<style>
span { border-color: #DFA054; }
span { border-color: rgb(223,160,84); }
td.TdClassName
{
border-color: #DFA054;
}
.TagClassName
{
border-color: #DFA054;
}
</style>