Shades of Porsche #DFA26B
Tints of Porsche #DFA26B
RGB
CMYK
RGB Variations
Color information
#DFA26B (or 0xDFA26B) is known color: Porsche. HEX triplet: DF, A2 and 6B. RGB value is (223,162,107). Sum of RGB (Red+Green+Blue) = 223+162+107=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA26B is #205D94. Grayscale: #AEAEAE. Windows color (decimal): -2121109 or 7054047. OLE color: 7054047.
HSL color Cylindrical-coordinate representation of color #DFA26B: hue angle of 28.45º 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 #DFA26B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 107 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.13 |
| HSL | 28.45º | 0.64% | 0.65% | - |
| HSV(B) | 28.45º | 0.52% | 0.87% | - |
| XYZ | 46.01 | 42.59 | 19.71 | - |
| YUV | 173.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 107 | 0 | 0.27 | 0.52 | 0.13 | 28.45 | 0.64 | 0.65 |
| Hex | DF | A2 | 6B | 0 | 1B | 34 | D | 1C | 40 | 41 |
| Octal | 337 | 242 | 153 | 0 | 33 | 64 | 15 | 34 | 100 | 101 |
| Binary | 11011111 | 10100010 | 1101011 | 0 | 11011 | 110100 | 1101 | 11100 | 1000000 | 1000001 |
Color Harmonies of #DFA26B
Complementary color
Monochromatic Colors of #DFA26B
Black with #DFA26B
Text Example
Text Example
White with #DFA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA26B; }
p { color: rgb(223,162,107); }
H1.HeaderClassName
{
color: #DFA26B;
}
.AnyTagClassName
{
color: #DFA26B;
}
</style>
background-color css
<style>
a { background-color: #DFA26B; }
a { background-color: rgb(223,162,107); }
div.DivClassName
{
background-color: #DFA26B;
}
.BgClassName
{
background-color: #DFA26B;
}
</style>
border-color css
<style>
span { border-color: #DFA26B; }
span { border-color: rgb(223,162,107); }
td.TdClassName
{
border-color: #DFA26B;
}
.TagClassName
{
border-color: #DFA26B;
}
</style>