Shades of Porsche #DFA36C
Tints of Porsche #DFA36C
RGB
CMYK
RGB Variations
Color information
#DFA36C (or 0xDFA36C) is known color: Porsche. HEX triplet: DF, A3 and 6C. RGB value is (223,163,108). Sum of RGB (Red+Green+Blue) = 223+163+108=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA36C is #205C93. Grayscale: #AEAEAE. Windows color (decimal): -2120852 or 7119839. OLE color: 7119839.
HSL color Cylindrical-coordinate representation of color #DFA36C: hue angle of 28.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFA36C is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 108 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.13 |
| HSL | 28.7º | 0.64% | 0.65% | - |
| HSV(B) | 28.7º | 0.52% | 0.87% | - |
| XYZ | 46.24 | 42.97 | 20.04 | - |
| YUV | 174.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 108 | 0 | 0.27 | 0.52 | 0.13 | 28.7 | 0.64 | 0.65 |
| Hex | DF | A3 | 6C | 0 | 1B | 34 | D | 1D | 40 | 41 |
| Octal | 337 | 243 | 154 | 0 | 33 | 64 | 15 | 35 | 100 | 101 |
| Binary | 11011111 | 10100011 | 1101100 | 0 | 11011 | 110100 | 1101 | 11101 | 1000000 | 1000001 |
Color Harmonies of #DFA36C
Complementary color
Monochromatic Colors of #DFA36C
Black with #DFA36C
Text Example
Text Example
White with #DFA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA36C; }
p { color: rgb(223,163,108); }
H1.HeaderClassName
{
color: #DFA36C;
}
.AnyTagClassName
{
color: #DFA36C;
}
</style>
background-color css
<style>
a { background-color: #DFA36C; }
a { background-color: rgb(223,163,108); }
div.DivClassName
{
background-color: #DFA36C;
}
.BgClassName
{
background-color: #DFA36C;
}
</style>
border-color css
<style>
span { border-color: #DFA36C; }
span { border-color: rgb(223,163,108); }
td.TdClassName
{
border-color: #DFA36C;
}
.TagClassName
{
border-color: #DFA36C;
}
</style>