Shades of Porsche #DFA15C
Tints of Porsche #DFA15C
RGB
CMYK
RGB Variations
Color information
#DFA15C (or 0xDFA15C) is known color: Porsche. HEX triplet: DF, A1 and 5C. RGB value is (223,161,92). Sum of RGB (Red+Green+Blue) = 223+161+92=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA15C is #205EA3. Grayscale: #ACACAC. Windows color (decimal): -2121380 or 6070751. OLE color: 6070751.
HSL color Cylindrical-coordinate representation of color #DFA15C: hue angle of 31.6º 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 #DFA15C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 92 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.13 |
| HSL | 31.6º | 0.67% | 0.62% | - |
| HSV(B) | 31.6º | 0.59% | 0.87% | - |
| XYZ | 45.11 | 41.95 | 15.85 | - |
| YUV | 171.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 92 | 0 | 0.28 | 0.59 | 0.13 | 31.6 | 0.67 | 0.62 |
| Hex | DF | A1 | 5C | 0 | 1C | 3B | D | 20 | 43 | 3E |
| Octal | 337 | 241 | 134 | 0 | 34 | 73 | 15 | 40 | 103 | 76 |
| Binary | 11011111 | 10100001 | 1011100 | 0 | 11100 | 111011 | 1101 | 100000 | 1000011 | 111110 |
Color Harmonies of #DFA15C
Complementary color
Monochromatic Colors of #DFA15C
Black with #DFA15C
Text Example
Text Example
White with #DFA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA15C; }
p { color: rgb(223,161,92); }
H1.HeaderClassName
{
color: #DFA15C;
}
.AnyTagClassName
{
color: #DFA15C;
}
</style>
background-color css
<style>
a { background-color: #DFA15C; }
a { background-color: rgb(223,161,92); }
div.DivClassName
{
background-color: #DFA15C;
}
.BgClassName
{
background-color: #DFA15C;
}
</style>
border-color css
<style>
span { border-color: #DFA15C; }
span { border-color: rgb(223,161,92); }
td.TdClassName
{
border-color: #DFA15C;
}
.TagClassName
{
border-color: #DFA15C;
}
</style>