Shades of Porsche #DFA45E
Tints of Porsche #DFA45E
RGB
CMYK
RGB Variations
Color information
#DFA45E (or 0xDFA45E) is known color: Porsche. HEX triplet: DF, A4 and 5E. RGB value is (223,164,94). Sum of RGB (Red+Green+Blue) = 223+164+94=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA45E is #205BA1. Grayscale: #ADADAD. Windows color (decimal): -2120610 or 6202591. OLE color: 6202591.
HSL color Cylindrical-coordinate representation of color #DFA45E: hue angle of 32.56º 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 #DFA45E is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 94 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.13 |
| HSL | 32.56º | 0.67% | 0.62% | - |
| HSV(B) | 32.56º | 0.58% | 0.87% | - |
| XYZ | 45.73 | 43.05 | 16.49 | - |
| YUV | 173.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 94 | 0 | 0.26 | 0.58 | 0.13 | 32.56 | 0.67 | 0.62 |
| Hex | DF | A4 | 5E | 0 | 1A | 3A | D | 21 | 43 | 3E |
| Octal | 337 | 244 | 136 | 0 | 32 | 72 | 15 | 41 | 103 | 76 |
| Binary | 11011111 | 10100100 | 1011110 | 0 | 11010 | 111010 | 1101 | 100001 | 1000011 | 111110 |
Color Harmonies of #DFA45E
Complementary color
Monochromatic Colors of #DFA45E
Black with #DFA45E
Text Example
Text Example
White with #DFA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA45E; }
p { color: rgb(223,164,94); }
H1.HeaderClassName
{
color: #DFA45E;
}
.AnyTagClassName
{
color: #DFA45E;
}
</style>
background-color css
<style>
a { background-color: #DFA45E; }
a { background-color: rgb(223,164,94); }
div.DivClassName
{
background-color: #DFA45E;
}
.BgClassName
{
background-color: #DFA45E;
}
</style>
border-color css
<style>
span { border-color: #DFA45E; }
span { border-color: rgb(223,164,94); }
td.TdClassName
{
border-color: #DFA45E;
}
.TagClassName
{
border-color: #DFA45E;
}
</style>