Shades of Porsche #DFA669
Tints of Porsche #DFA669
RGB
CMYK
RGB Variations
Color information
#DFA669 (or 0xDFA669) is known color: Porsche. HEX triplet: DF, A6 and 69. RGB value is (223,166,105). Sum of RGB (Red+Green+Blue) = 223+166+105=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA669 is #205996. Grayscale: #B0B0B0. Windows color (decimal): -2120087 or 6923999. OLE color: 6923999.
HSL color Cylindrical-coordinate representation of color #DFA669: hue angle of 31.02º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFA669 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 105 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.13 |
| HSL | 31.02º | 0.65% | 0.64% | - |
| HSV(B) | 31.02º | 0.53% | 0.87% | - |
| XYZ | 46.62 | 43.98 | 19.4 | - |
| YUV | 176.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 105 | 0 | 0.26 | 0.53 | 0.13 | 31.02 | 0.65 | 0.64 |
| Hex | DF | A6 | 69 | 0 | 1A | 35 | D | 1F | 41 | 40 |
| Octal | 337 | 246 | 151 | 0 | 32 | 65 | 15 | 37 | 101 | 100 |
| Binary | 11011111 | 10100110 | 1101001 | 0 | 11010 | 110101 | 1101 | 11111 | 1000001 | 1000000 |
Color Harmonies of #DFA669
Complementary color
Monochromatic Colors of #DFA669
Black with #DFA669
Text Example
Text Example
White with #DFA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA669; }
p { color: rgb(223,166,105); }
H1.HeaderClassName
{
color: #DFA669;
}
.AnyTagClassName
{
color: #DFA669;
}
</style>
background-color css
<style>
a { background-color: #DFA669; }
a { background-color: rgb(223,166,105); }
div.DivClassName
{
background-color: #DFA669;
}
.BgClassName
{
background-color: #DFA669;
}
</style>
border-color css
<style>
span { border-color: #DFA669; }
span { border-color: rgb(223,166,105); }
td.TdClassName
{
border-color: #DFA669;
}
.TagClassName
{
border-color: #DFA669;
}
</style>