Shades of Porsche #DFA052
Tints of Porsche #DFA052
RGB
CMYK
RGB Variations
Color information
#DFA052 (or 0xDFA052) is known color: Porsche. HEX triplet: DF, A0 and 52. RGB value is (223,160,82). Sum of RGB (Red+Green+Blue) = 223+160+82=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA052 is #205FAD. Grayscale: #AAAAAA. Windows color (decimal): -2121646 or 5415135. OLE color: 5415135.
HSL color Cylindrical-coordinate representation of color #DFA052: hue angle of 33.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFA052 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 82 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.13 |
| HSL | 33.19º | 0.69% | 0.6% | - |
| HSV(B) | 33.19º | 0.63% | 0.87% | - |
| XYZ | 44.53 | 41.44 | 13.63 | - |
| YUV | 169.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 82 | 0 | 0.28 | 0.63 | 0.13 | 33.19 | 0.69 | 0.6 |
| Hex | DF | A0 | 52 | 0 | 1C | 3F | D | 21 | 45 | 3C |
| Octal | 337 | 240 | 122 | 0 | 34 | 77 | 15 | 41 | 105 | 74 |
| Binary | 11011111 | 10100000 | 1010010 | 0 | 11100 | 111111 | 1101 | 100001 | 1000101 | 111100 |
Color Harmonies of #DFA052
Complementary color
Monochromatic Colors of #DFA052
Black with #DFA052
Text Example
Text Example
White with #DFA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA052; }
p { color: rgb(223,160,82); }
H1.HeaderClassName
{
color: #DFA052;
}
.AnyTagClassName
{
color: #DFA052;
}
</style>
background-color css
<style>
a { background-color: #DFA052; }
a { background-color: rgb(223,160,82); }
div.DivClassName
{
background-color: #DFA052;
}
.BgClassName
{
background-color: #DFA052;
}
</style>
border-color css
<style>
span { border-color: #DFA052; }
span { border-color: rgb(223,160,82); }
td.TdClassName
{
border-color: #DFA052;
}
.TagClassName
{
border-color: #DFA052;
}
</style>