Shades of Porsche #DFA369
Tints of Porsche #DFA369
RGB
CMYK
RGB Variations
Color information
#DFA369 (or 0xDFA369) is known color: Porsche. HEX triplet: DF, A3 and 69. RGB value is (223,163,105). Sum of RGB (Red+Green+Blue) = 223+163+105=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA369 is #205C96. Grayscale: #AEAEAE. Windows color (decimal): -2120855 or 6923231. OLE color: 6923231.
HSL color Cylindrical-coordinate representation of color #DFA369: hue angle of 29.49º 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 #DFA369 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 105 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.13 |
| HSL | 29.49º | 0.65% | 0.64% | - |
| HSV(B) | 29.49º | 0.53% | 0.87% | - |
| XYZ | 46.08 | 42.9 | 19.22 | - |
| YUV | 174.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 105 | 0 | 0.27 | 0.53 | 0.13 | 29.49 | 0.65 | 0.64 |
| Hex | DF | A3 | 69 | 0 | 1B | 35 | D | 1D | 41 | 40 |
| Octal | 337 | 243 | 151 | 0 | 33 | 65 | 15 | 35 | 101 | 100 |
| Binary | 11011111 | 10100011 | 1101001 | 0 | 11011 | 110101 | 1101 | 11101 | 1000001 | 1000000 |
Color Harmonies of #DFA369
Complementary color
Monochromatic Colors of #DFA369
Black with #DFA369
Text Example
Text Example
White with #DFA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA369; }
p { color: rgb(223,163,105); }
H1.HeaderClassName
{
color: #DFA369;
}
.AnyTagClassName
{
color: #DFA369;
}
</style>
background-color css
<style>
a { background-color: #DFA369; }
a { background-color: rgb(223,163,105); }
div.DivClassName
{
background-color: #DFA369;
}
.BgClassName
{
background-color: #DFA369;
}
</style>
border-color css
<style>
span { border-color: #DFA369; }
span { border-color: rgb(223,163,105); }
td.TdClassName
{
border-color: #DFA369;
}
.TagClassName
{
border-color: #DFA369;
}
</style>