Shades of Porsche #DFA058
Tints of Porsche #DFA058
RGB
CMYK
RGB Variations
Color information
#DFA058 (or 0xDFA058) is known color: Porsche. HEX triplet: DF, A0 and 58. RGB value is (223,160,88). Sum of RGB (Red+Green+Blue) = 223+160+88=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA058 is #205FA7. Grayscale: #AAAAAA. Windows color (decimal): -2121640 or 5808351. OLE color: 5808351.
HSL color Cylindrical-coordinate representation of color #DFA058: hue angle of 32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFA058 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 88 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.13 |
| HSL | 32º | 0.68% | 0.61% | - |
| HSV(B) | 32º | 0.61% | 0.87% | - |
| XYZ | 44.76 | 41.53 | 14.89 | - |
| YUV | 170.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 88 | 0 | 0.28 | 0.61 | 0.13 | 32 | 0.68 | 0.61 |
| Hex | DF | A0 | 58 | 0 | 1C | 3D | D | 20 | 44 | 3D |
| Octal | 337 | 240 | 130 | 0 | 34 | 75 | 15 | 40 | 104 | 75 |
| Binary | 11011111 | 10100000 | 1011000 | 0 | 11100 | 111101 | 1101 | 100000 | 1000100 | 111101 |
Color Harmonies of #DFA058
Complementary color
Monochromatic Colors of #DFA058
Black with #DFA058
Text Example
Text Example
White with #DFA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA058; }
p { color: rgb(223,160,88); }
H1.HeaderClassName
{
color: #DFA058;
}
.AnyTagClassName
{
color: #DFA058;
}
</style>
background-color css
<style>
a { background-color: #DFA058; }
a { background-color: rgb(223,160,88); }
div.DivClassName
{
background-color: #DFA058;
}
.BgClassName
{
background-color: #DFA058;
}
</style>
border-color css
<style>
span { border-color: #DFA058; }
span { border-color: rgb(223,160,88); }
td.TdClassName
{
border-color: #DFA058;
}
.TagClassName
{
border-color: #DFA058;
}
</style>