Shades of Porsche #DFA358
Tints of Porsche #DFA358
RGB
CMYK
RGB Variations
Color information
#DFA358 (or 0xDFA358) is known color: Porsche. HEX triplet: DF, A3 and 58. RGB value is (223,163,88). Sum of RGB (Red+Green+Blue) = 223+163+88=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA358 is #205CA7. Grayscale: #ACACAC. Windows color (decimal): -2120872 or 5809119. OLE color: 5809119.
HSL color Cylindrical-coordinate representation of color #DFA358: hue angle of 33.33º 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 #DFA358 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 88 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.13 |
| HSL | 33.33º | 0.68% | 0.61% | - |
| HSV(B) | 33.33º | 0.61% | 0.87% | - |
| XYZ | 45.29 | 42.59 | 15.07 | - |
| YUV | 172.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 88 | 0 | 0.27 | 0.61 | 0.13 | 33.33 | 0.68 | 0.61 |
| Hex | DF | A3 | 58 | 0 | 1B | 3D | D | 21 | 44 | 3D |
| Octal | 337 | 243 | 130 | 0 | 33 | 75 | 15 | 41 | 104 | 75 |
| Binary | 11011111 | 10100011 | 1011000 | 0 | 11011 | 111101 | 1101 | 100001 | 1000100 | 111101 |
Color Harmonies of #DFA358
Complementary color
Monochromatic Colors of #DFA358
Black with #DFA358
Text Example
Text Example
White with #DFA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA358; }
p { color: rgb(223,163,88); }
H1.HeaderClassName
{
color: #DFA358;
}
.AnyTagClassName
{
color: #DFA358;
}
</style>
background-color css
<style>
a { background-color: #DFA358; }
a { background-color: rgb(223,163,88); }
div.DivClassName
{
background-color: #DFA358;
}
.BgClassName
{
background-color: #DFA358;
}
</style>
border-color css
<style>
span { border-color: #DFA358; }
span { border-color: rgb(223,163,88); }
td.TdClassName
{
border-color: #DFA358;
}
.TagClassName
{
border-color: #DFA358;
}
</style>