Shades of Porsche #DFA25B
Tints of Porsche #DFA25B
RGB
CMYK
RGB Variations
Color information
#DFA25B (or 0xDFA25B) is known color: Porsche. HEX triplet: DF, A2 and 5B. RGB value is (223,162,91). Sum of RGB (Red+Green+Blue) = 223+162+91=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA25B is #205DA4. Grayscale: #ACACAC. Windows color (decimal): -2121125 or 6005471. OLE color: 6005471.
HSL color Cylindrical-coordinate representation of color #DFA25B: hue angle of 32.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFA25B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 91 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.13 |
| HSL | 32.27º | 0.67% | 0.62% | - |
| HSV(B) | 32.27º | 0.59% | 0.87% | - |
| XYZ | 45.24 | 42.28 | 15.67 | - |
| YUV | 172.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 91 | 0 | 0.27 | 0.59 | 0.13 | 32.27 | 0.67 | 0.62 |
| Hex | DF | A2 | 5B | 0 | 1B | 3B | D | 20 | 43 | 3E |
| Octal | 337 | 242 | 133 | 0 | 33 | 73 | 15 | 40 | 103 | 76 |
| Binary | 11011111 | 10100010 | 1011011 | 0 | 11011 | 111011 | 1101 | 100000 | 1000011 | 111110 |
Color Harmonies of #DFA25B
Complementary color
Monochromatic Colors of #DFA25B
Black with #DFA25B
Text Example
Text Example
White with #DFA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA25B; }
p { color: rgb(223,162,91); }
H1.HeaderClassName
{
color: #DFA25B;
}
.AnyTagClassName
{
color: #DFA25B;
}
</style>
background-color css
<style>
a { background-color: #DFA25B; }
a { background-color: rgb(223,162,91); }
div.DivClassName
{
background-color: #DFA25B;
}
.BgClassName
{
background-color: #DFA25B;
}
</style>
border-color css
<style>
span { border-color: #DFA25B; }
span { border-color: rgb(223,162,91); }
td.TdClassName
{
border-color: #DFA25B;
}
.TagClassName
{
border-color: #DFA25B;
}
</style>