Shades of Porsche #DFA367
Tints of Porsche #DFA367
RGB
CMYK
RGB Variations
Color information
#DFA367 (or 0xDFA367) is known color: Porsche. HEX triplet: DF, A3 and 67. RGB value is (223,163,103). Sum of RGB (Red+Green+Blue) = 223+163+103=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA367 is #205C98. Grayscale: #AEAEAE. Windows color (decimal): -2120857 or 6792159. OLE color: 6792159.
HSL color Cylindrical-coordinate representation of color #DFA367: hue angle of 30º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFA367 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 103 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.13 |
| HSL | 30º | 0.65% | 0.64% | - |
| HSV(B) | 30º | 0.54% | 0.87% | - |
| XYZ | 45.98 | 42.86 | 18.68 | - |
| YUV | 174.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 103 | 0 | 0.27 | 0.54 | 0.13 | 30 | 0.65 | 0.64 |
| Hex | DF | A3 | 67 | 0 | 1B | 36 | D | 1E | 41 | 40 |
| Octal | 337 | 243 | 147 | 0 | 33 | 66 | 15 | 36 | 101 | 100 |
| Binary | 11011111 | 10100011 | 1100111 | 0 | 11011 | 110110 | 1101 | 11110 | 1000001 | 1000000 |
Color Harmonies of #DFA367
Complementary color
Monochromatic Colors of #DFA367
Black with #DFA367
Text Example
Text Example
White with #DFA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA367; }
p { color: rgb(223,163,103); }
H1.HeaderClassName
{
color: #DFA367;
}
.AnyTagClassName
{
color: #DFA367;
}
</style>
background-color css
<style>
a { background-color: #DFA367; }
a { background-color: rgb(223,163,103); }
div.DivClassName
{
background-color: #DFA367;
}
.BgClassName
{
background-color: #DFA367;
}
</style>
border-color css
<style>
span { border-color: #DFA367; }
span { border-color: rgb(223,163,103); }
td.TdClassName
{
border-color: #DFA367;
}
.TagClassName
{
border-color: #DFA367;
}
</style>