Shades of Porsche #DFA15D
Tints of Porsche #DFA15D
RGB
CMYK
RGB Variations
Color information
#DFA15D (or 0xDFA15D) is known color: Porsche. HEX triplet: DF, A1 and 5D. RGB value is (223,161,93). Sum of RGB (Red+Green+Blue) = 223+161+93=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA15D is #205EA2. Grayscale: #ACACAC. Windows color (decimal): -2121379 or 6136287. OLE color: 6136287.
HSL color Cylindrical-coordinate representation of color #DFA15D: hue angle of 31.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFA15D is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 93 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.13 |
| HSL | 31.38º | 0.67% | 0.62% | - |
| HSV(B) | 31.38º | 0.58% | 0.87% | - |
| XYZ | 45.15 | 41.97 | 16.08 | - |
| YUV | 171.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 93 | 0 | 0.28 | 0.58 | 0.13 | 31.38 | 0.67 | 0.62 |
| Hex | DF | A1 | 5D | 0 | 1C | 3A | D | 1F | 43 | 3E |
| Octal | 337 | 241 | 135 | 0 | 34 | 72 | 15 | 37 | 103 | 76 |
| Binary | 11011111 | 10100001 | 1011101 | 0 | 11100 | 111010 | 1101 | 11111 | 1000011 | 111110 |
Color Harmonies of #DFA15D
Complementary color
Monochromatic Colors of #DFA15D
Black with #DFA15D
Text Example
Text Example
White with #DFA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA15D; }
p { color: rgb(223,161,93); }
H1.HeaderClassName
{
color: #DFA15D;
}
.AnyTagClassName
{
color: #DFA15D;
}
</style>
background-color css
<style>
a { background-color: #DFA15D; }
a { background-color: rgb(223,161,93); }
div.DivClassName
{
background-color: #DFA15D;
}
.BgClassName
{
background-color: #DFA15D;
}
</style>
border-color css
<style>
span { border-color: #DFA15D; }
span { border-color: rgb(223,161,93); }
td.TdClassName
{
border-color: #DFA15D;
}
.TagClassName
{
border-color: #DFA15D;
}
</style>