Shades of Porsche #DFA26E
Tints of Porsche #DFA26E
RGB
CMYK
RGB Variations
Color information
#DFA26E (or 0xDFA26E) is known color: Porsche. HEX triplet: DF, A2 and 6E. RGB value is (223,162,110). Sum of RGB (Red+Green+Blue) = 223+162+110=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA26E is #205D91. Grayscale: #AEAEAE. Windows color (decimal): -2121106 or 7250655. OLE color: 7250655.
HSL color Cylindrical-coordinate representation of color #DFA26E: hue angle of 27.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFA26E is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 110 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.13 |
| HSL | 27.61º | 0.64% | 0.65% | - |
| HSV(B) | 27.61º | 0.51% | 0.87% | - |
| XYZ | 46.17 | 42.65 | 20.55 | - |
| YUV | 174.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 110 | 0 | 0.27 | 0.51 | 0.13 | 27.61 | 0.64 | 0.65 |
| Hex | DF | A2 | 6E | 0 | 1B | 33 | D | 1C | 40 | 41 |
| Octal | 337 | 242 | 156 | 0 | 33 | 63 | 15 | 34 | 100 | 101 |
| Binary | 11011111 | 10100010 | 1101110 | 0 | 11011 | 110011 | 1101 | 11100 | 1000000 | 1000001 |
Color Harmonies of #DFA26E
Complementary color
Monochromatic Colors of #DFA26E
Black with #DFA26E
Text Example
Text Example
White with #DFA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA26E; }
p { color: rgb(223,162,110); }
H1.HeaderClassName
{
color: #DFA26E;
}
.AnyTagClassName
{
color: #DFA26E;
}
</style>
background-color css
<style>
a { background-color: #DFA26E; }
a { background-color: rgb(223,162,110); }
div.DivClassName
{
background-color: #DFA26E;
}
.BgClassName
{
background-color: #DFA26E;
}
</style>
border-color css
<style>
span { border-color: #DFA26E; }
span { border-color: rgb(223,162,110); }
td.TdClassName
{
border-color: #DFA26E;
}
.TagClassName
{
border-color: #DFA26E;
}
</style>