Shades of Porsche #DFA25C
Tints of Porsche #DFA25C
RGB
CMYK
RGB Variations
Color information
#DFA25C (or 0xDFA25C) is known color: Porsche. HEX triplet: DF, A2 and 5C. RGB value is (223,162,92). Sum of RGB (Red+Green+Blue) = 223+162+92=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA25C is #205DA3. Grayscale: #ACACAC. Windows color (decimal): -2121124 or 6071007. OLE color: 6071007.
HSL color Cylindrical-coordinate representation of color #DFA25C: hue angle of 32.06º 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 #DFA25C is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 92 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.13 |
| HSL | 32.06º | 0.67% | 0.62% | - |
| HSV(B) | 32.06º | 0.59% | 0.87% | - |
| XYZ | 45.28 | 42.3 | 15.9 | - |
| YUV | 172.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 92 | 0 | 0.27 | 0.59 | 0.13 | 32.06 | 0.67 | 0.62 |
| Hex | DF | A2 | 5C | 0 | 1B | 3B | D | 20 | 43 | 3E |
| Octal | 337 | 242 | 134 | 0 | 33 | 73 | 15 | 40 | 103 | 76 |
| Binary | 11011111 | 10100010 | 1011100 | 0 | 11011 | 111011 | 1101 | 100000 | 1000011 | 111110 |
Color Harmonies of #DFA25C
Complementary color
Monochromatic Colors of #DFA25C
Black with #DFA25C
Text Example
Text Example
White with #DFA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA25C; }
p { color: rgb(223,162,92); }
H1.HeaderClassName
{
color: #DFA25C;
}
.AnyTagClassName
{
color: #DFA25C;
}
</style>
background-color css
<style>
a { background-color: #DFA25C; }
a { background-color: rgb(223,162,92); }
div.DivClassName
{
background-color: #DFA25C;
}
.BgClassName
{
background-color: #DFA25C;
}
</style>
border-color css
<style>
span { border-color: #DFA25C; }
span { border-color: rgb(223,162,92); }
td.TdClassName
{
border-color: #DFA25C;
}
.TagClassName
{
border-color: #DFA25C;
}
</style>